Database driver removed from parameters.yml.dist because of PostgreSQL schemas usage.

This commit is contained in:
Alexey Skobkin 2016-12-16 20:59:05 +03:00
parent 5696bdcc45
commit fbc72ee0c2
2 changed files with 1 additions and 2 deletions

View File

@ -57,7 +57,7 @@ assetic:
# Doctrine Configuration
doctrine:
dbal:
driver: "%database_driver%"
driver: pdo_pgsql
host: "%database_host%"
port: "%database_port%"
dbname: "%database_name%"

View File

@ -1,6 +1,5 @@
# This file is a "template" of what your parameters.yml file should look like
parameters:
database_driver: pdo_pgsql
database_host: 127.0.0.1
database_port: 5432
database_name: point