Skip to content

Commit

Permalink
Merge pull request Sylius#9440 from pamil/1.1-secret-param
Browse files Browse the repository at this point in the history
Fix secret parameter resolving
  • Loading branch information
pamil committed May 31, 2018
2 parents 0344aa4 + 25d9121 commit 5e1d2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parameters:
mailer_user: "%env(SYLIUS_MAILER_USER)%"
mailer_password: "%env(SYLIUS_MAILER_PASSWORD)%"

secret: "%env(SYLIUS_SECRET)"
secret: "%env(SYLIUS_SECRET)%"

# Fallback values (used if environmental variables are not set)
env(SYLIUS_DATABASE_DRIVER): pdo_mysql
Expand Down

0 comments on commit 5e1d2a3

Please sign in to comment.