init
This commit is contained in:
commit
741e1c403a
102 changed files with 70058 additions and 0 deletions
19
app/config/parameters.yml.dist
Normal file
19
app/config/parameters.yml.dist
Normal file
|
@ -0,0 +1,19 @@
|
|||
parameters:
|
||||
database_driver: pdo_mysql
|
||||
database_host: 127.0.0.1
|
||||
database_port: ~
|
||||
database_name: symfony
|
||||
database_user: root
|
||||
database_password: ~
|
||||
|
||||
mailer_transport: smtp
|
||||
mailer_host: 127.0.0.1
|
||||
mailer_user: ~
|
||||
mailer_password: ~
|
||||
|
||||
locale: en
|
||||
secret: ThisTokenIsNotSoSecretChangeIt
|
||||
|
||||
debug_toolbar: true
|
||||
debug_redirects: false
|
||||
use_assetic_controller: true
|
Reference in a new issue