Regression: travis db is on localhost

This is one of the "small" things I need to take care of on my local env. Once the value is changeable through more than just the config file, I'll won't be touching these in my docker envs as much.
This commit is contained in:
Lucas Bickel 2017-02-28 12:29:40 +01:00
parent 0d2e8b3b3e
commit 7f3f420763
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[database]
host = postgresql
host = localhost
dbname = libretime_test
dbuser = libretime
dbpass = libretime

View File

@ -1,6 +1,6 @@
[database]
host = postgresql
host = localhost
dbname = libretime_test
dbuser = libretime
dbpass = libretime