Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3df96f

Browse files
committed
moved parameters.ini to parameters.yml
1 parent da1dd08 commit c3df96f

File tree

3 files changed

+14
-20
lines changed

3 files changed

+14
-20
lines changed

app/config/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
imports:
2-
- { resource: parameters.ini }
2+
- { resource: parameters.yml }
33
- { resource: security.yml }
44

55
framework:

app/config/parameters.ini

Lines changed: 0 additions & 19 deletions
This file was deleted.

app/config/parameters.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
parameters:
2+
database_driver: pdo_mysql
3+
database_host: localhost
4+
database_port: '1111'
5+
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

Comments
 (0)