Skip to content
Sacha Lifszyc edited this page Jan 8, 2014 · 2 revisions

Config parameters

  1. Copy app/config/parameters.yml.dist file to app/config/parameters.yml
  2. Replace each parameter with your own config, indicating MySQL, Mongo and Admin parameters.
  3. 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

Clone this wiki locally