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:
parent
0d2e8b3b3e
commit
7f3f420763
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[database]
|
||||
|
||||
host = postgresql
|
||||
host = localhost
|
||||
dbname = libretime_test
|
||||
dbuser = libretime
|
||||
dbpass = libretime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue