parameters.ini 478B

12345678910111213141516
  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="3306"
  8. database_name="muzich"
  9. database_user="muzich"
  10. database_password="muzich"
  11. mailer_transport="smtp"
  12. mailer_host="localhost"
  13. mailer_user=""
  14. mailer_password=""
  15. locale="fr"
  16. secret="***REMOVED***"