mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
fix travis port for postgresql
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
parameters:
|
parameters:
|
||||||
database_host: 127.0.0.1
|
database_host: 127.0.0.1
|
||||||
database_port: 5434
|
database_port: 5432
|
||||||
database_name: test0
|
database_name: test0
|
||||||
database_user: postgres
|
database_user: postgres
|
||||||
database_password: postgres
|
database_password: postgres
|
@@ -1,6 +0,0 @@
|
|||||||
parameters:
|
|
||||||
database_host: 127.0.0.1
|
|
||||||
database_port: 5434
|
|
||||||
database_name: test0
|
|
||||||
database_user: symfony
|
|
||||||
database_password: symfony
|
|
Reference in New Issue
Block a user