Skip to content

Commit

Permalink
Merge pull request ezsystems#4 from ezsystems/EZP-24121
Browse files Browse the repository at this point in the history
EZP-24121: database_port setting in parameters.yml is ignored
  • Loading branch information
andrerom committed Mar 13, 2015
2 parents d97a4f2 + 684d84d commit a4d0176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ezpublish/config/config.yml
Expand Up @@ -8,6 +8,7 @@ doctrine:
default:
driver: %database_driver%
host: %database_host%
port: %database_port%
user: %database_user%
password: %database_password%
dbname: %database_name%
Expand Down
2 changes: 1 addition & 1 deletion ezpublish/config/parameters.yml.dist
Expand Up @@ -11,7 +11,7 @@ parameters:

database_driver: pdo_mysql
database_host: localhost
database_port: 3306
database_port: ~
database_name: ezplatform
database_user: root
database_password:

0 comments on commit a4d0176

Please sign in to comment.