config
This commit is contained in:
parent
71ae1c88af
commit
f4d49348fb
2 changed files with 12 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,5 +1,3 @@
|
|||
/app/config/parameters.yml
|
||||
/build/
|
||||
/phpunit.xml
|
||||
/var/*
|
||||
!/var/cache
|
||||
|
|
|
|||
12
app/config/parameters.yml
Normal file
12
app/config/parameters.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# This file is auto-generated during the composer install
|
||||
parameters:
|
||||
database_host: 127.0.0.1
|
||||
database_port: null
|
||||
database_name: defis48
|
||||
database_user: root
|
||||
database_password: root
|
||||
mailer_transport: smtp
|
||||
mailer_host: 127.0.0.1
|
||||
mailer_user: null
|
||||
mailer_password: null
|
||||
secret: ymrYhFMy1AY0AeVR5jixEQs3lWdt0S1CfPhTsMAimDX2fooALO6BFLN6bCXgoffC
|
||||
Loading…
Add table
Add a link
Reference in a new issue