Database driver removed from parameters.yml.dist because of PostgreSQL schemas usage.
This commit is contained in:
parent
5696bdcc45
commit
fbc72ee0c2
|
@ -57,7 +57,7 @@ assetic:
|
||||||
# Doctrine Configuration
|
# Doctrine Configuration
|
||||||
doctrine:
|
doctrine:
|
||||||
dbal:
|
dbal:
|
||||||
driver: "%database_driver%"
|
driver: pdo_pgsql
|
||||||
host: "%database_host%"
|
host: "%database_host%"
|
||||||
port: "%database_port%"
|
port: "%database_port%"
|
||||||
dbname: "%database_name%"
|
dbname: "%database_name%"
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# This file is a "template" of what your parameters.yml file should look like
|
# This file is a "template" of what your parameters.yml file should look like
|
||||||
parameters:
|
parameters:
|
||||||
database_driver: pdo_pgsql
|
|
||||||
database_host: 127.0.0.1
|
database_host: 127.0.0.1
|
||||||
database_port: 5432
|
database_port: 5432
|
||||||
database_name: point
|
database_name: point
|
||||||
|
|
Loading…
Reference in a new issue