Skip to content

Commit

Permalink
Merge branch '1.1' into 1.2
Browse files Browse the repository at this point in the history
* 1.1:
  Fix secret parameter resolving
  • Loading branch information
pamil committed May 31, 2018
2 parents 02f60f4 + 5e1d2a3 commit 1daf261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/parameters.yml.dist
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 1daf261

Please sign in to comment.