mirror of
https://github.com/bodyrep/bodyrep-symphony2.git
synced 2026-01-27 07:32:06 +00:00
Initial symfony commit
This commit is contained in:
15
sandbox/app/config/parameters.yml
Normal file
15
sandbox/app/config/parameters.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user