Commit 49359637 authored by acpaquette's avatar acpaquette
Browse files

Changed database default values

parent 57d751c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -75,8 +75,8 @@ def default_configuration():
              'database': {'type': 'postgresql',
                  'username': 'postgres',
                  'password': 'NotTheDefault',
                  'host': 'localhost',
                  'port': 35432,
                  'host': 'postgres',
                  'port': 5432,
                  'pgbouncer_port': 35432,
                  'name': 'travis_ci_test',
                  'timeout': 500},