Skip to content

Commit

Permalink
EZP-24121: database_port setting in parameters.yml is ignored
Browse files Browse the repository at this point in the history
Change parameter.tml.dist to use Doctrine Bundle default for port setting by default.
  • Loading branch information
andrerom committed Mar 11, 2015
1 parent e899441 commit 684d84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ezpublish/config/parameters.yml.dist
Original file line number Diff line number Diff line change
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 684d84d

Please sign in to comment.