123456789101112131415161718 |
- ; These parameters can be imported into other config files
- ; by enclosing the key with % (like %database_user%)
- ; Comments start with ';', as in php.ini
- [parameters]
- database_driver = pdo_mysql
- database_host = localhost
- database_name = packagist
- database_user = root
- database_password =
- mailer_transport = smtp
- mailer_host = localhost
- mailer_user =
- mailer_password =
- locale = en
- secret = 84f4c65b9cde3417ecaeedc4fb57742c
|