Commit 677f0700 authored by Laura, Jason R's avatar Laura, Jason R
Browse files

Updates conf back to using postgres URL

parent 47271ce4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ def default_configuration():
              'database': {'type': 'postgresql',
                  'username': 'postgres',
                  'password': 'NotTheDefault',
                  'host': 'localhost',
                  'host': 'postgres',
                  'port': 5432,
                  'pgbouncer_port': 5432,
                  'name': 'travis_ci_test',