initial commit && create project in symfony3
This commit is contained in:
12
app/config/parameters_prod.yml
Normal file
12
app/config/parameters_prod.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: symfony
|
||||
database_user: root
|
||||
database_password: null
|
||||
mailer_transport: smtp
|
||||
mailer_host: 127.0.0.1
|
||||
mailer_user: null
|
||||
mailer_password: null
|
||||
secret: e25d036bb9c7ece0f2049984a1fa2f0cab295aaa
|
||||
Reference in New Issue
Block a user