Make contract migration work with host deployment
This commit is contained in:
parent
fe017d2b0f
commit
0f4d3df428
@ -1,4 +1,4 @@
|
|||||||
[celery]
|
[celery]
|
||||||
broker_url = redis://
|
broker_url = redis://localhost:6379
|
||||||
result_url = redis://
|
result_url = redis://localhost:6379
|
||||||
debug = 0
|
debug = 0
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[database]
|
[database]
|
||||||
NAME=cic-eth
|
NAME=cic_eth
|
||||||
USER=postgres
|
USER=postgres
|
||||||
PASSWORD=
|
PASSWORD=
|
||||||
HOST=localhost
|
HOST=localhost
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[redis]
|
[redis]
|
||||||
host =
|
host = localhost
|
||||||
port =
|
port = 6379
|
||||||
db =
|
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