Make contract migration work with host deployment
This commit is contained in:
parent
fe017d2b0f
commit
0f4d3df428
@ -1,4 +1,4 @@
|
||||
[celery]
|
||||
broker_url = redis://
|
||||
result_url = redis://
|
||||
broker_url = redis://localhost:6379
|
||||
result_url = redis://localhost:6379
|
||||
debug = 0
|
||||
|
@ -1,5 +1,5 @@
|
||||
[database]
|
||||
NAME=cic-eth
|
||||
NAME=cic_eth
|
||||
USER=postgres
|
||||
PASSWORD=
|
||||
HOST=localhost
|
||||
|
@ -1,4 +1,4 @@
|
||||
[redis]
|
||||
host =
|
||||
port =
|
||||
db =
|
||||
host = localhost
|
||||
port = 6379
|
||||
db = 0
|
||||
|
4
apps/contract-migration/config_template/redis.ini
Normal file
4
apps/contract-migration/config_template/redis.ini
Normal file
@ -0,0 +1,4 @@
|
||||
[redis]
|
||||
host =
|
||||
port =
|
||||
db =
|
Loading…
Reference in New Issue
Block a user