Make contract migration work with host deployment

This commit is contained in:
nolash 2021-07-11 15:52:56 +02:00
parent fe017d2b0f
commit 0f4d3df428
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
4 changed files with 10 additions and 6 deletions

View File

@ -1,4 +1,4 @@
[celery]
broker_url = redis://
result_url = redis://
broker_url = redis://localhost:6379
result_url = redis://localhost:6379
debug = 0

View File

@ -1,5 +1,5 @@
[database]
NAME=cic-eth
NAME=cic_eth
USER=postgres
PASSWORD=
HOST=localhost

View File

@ -1,4 +1,4 @@
[redis]
host =
port =
db =
host = localhost
port = 6379
db = 0

View File

@ -0,0 +1,4 @@
[redis]
host =
port =
db =