You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sacha Lifszyc edited this page Jan 8, 2014
·
2 revisions
Config parameters
Copy app/config/parameters.yml.dist file to app/config/parameters.yml
Replace each parameter with your own config, indicating MySQL, Mongo and Admin parameters.
Left the rest of the parameters listed on this file untouched.
Config variables
Symfony will grab any environment variable prefixed with SYMFONY__ and set it as a parameter in the service container.
Double underscores are replaced with a period, as a period is not a valid character in an environment variable name.
e.g.: a parameter with value %database.driver% should have a config variable named SYMFONY__DATABASE__DRIVER