parameters.ini~ 539B

1234567891011121314151617181920
  1. ; These parameters can be imported into other config files
  2. ; by enclosing the key with % (like %database_user%)
  3. ; Comments start with ';', as in php.ini
  4. [parameters]
  5. database_driver = pdo_mysql
  6. database_host = localhost
  7. database_port =
  8. database_name = symfony
  9. database_user = root
  10. database_password =
  11. mailer_transport = smtp
  12. mailer_host = localhost
  13. mailer_user =
  14. mailer_password =
  15. locale = en
  16. secret = ThisTokenIsNotSoSecretChangeIt