e2649bbfb6
Empty Symfony install with no vendors and the Acme Bundle deleted Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
20 lines
539 B
INI
20 lines
539 B
INI
; 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_port =
|
|
database_name = symfony
|
|
database_user = root
|
|
database_password =
|
|
|
|
mailer_transport = smtp
|
|
mailer_host = localhost
|
|
mailer_user =
|
|
mailer_password =
|
|
|
|
locale = en
|
|
|
|
secret = ThisTokenIsNotSoSecretChangeIt
|