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
|
@ -1,6 +1,6 @@
|
|||
[database]
|
||||
|
||||
host = postgresql
|
||||
host = localhost
|
||||
dbname = libretime_test
|
||||
dbuser = libretime
|
||||
dbpass = libretime
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[database]
|
||||
|
||||
host = postgresql
|
||||
host = localhost
|
||||
dbname = libretime_test
|
||||
dbuser = libretime
|
||||
dbpass = libretime
|
||||
|
|
Loading…
Reference in New Issue