Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1dd08 commit c3df96fCopy full SHA for c3df96f
app/config/config.yml
@@ -1,5 +1,5 @@
1
imports:
2
- - { resource: parameters.ini }
+ - { resource: parameters.yml }
3
- { resource: security.yml }
4
5
framework:
app/config/parameters.ini
app/config/parameters.yml
@@ -0,0 +1,13 @@
+parameters:
+ database_driver: pdo_mysql
+ database_host: localhost
+ database_port: '1111'
+ database_name: symfonyaaa
6
+ database_user: root
7
+ database_password: null
8
+ mailer_transport: smtp
9
+ mailer_host: localhost
10
+ mailer_user: null
11
+ mailer_password: null
12
+ locale: en
13
+ secret: ee71517c5016eb25c8cc5108625f5d622
0 commit comments