Replace cic-base with chainlib cli utils
This commit is contained in:
5
apps/cic-eth/cic_eth/data/config/celery.ini
Normal file
5
apps/cic-eth/cic_eth/data/config/celery.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
[celery]
|
||||
broker_url = redis://localhost:6379
|
||||
result_url =
|
||||
queue = cic-eth
|
||||
debug = 0
|
||||
6
apps/cic-eth/cic_eth/data/config/cic.ini
Normal file
6
apps/cic-eth/cic_eth/data/config/cic.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
[cic]
|
||||
registry_address =
|
||||
trust_address =
|
||||
default_token_symbol =
|
||||
health_modules = cic_eth.check.db,cic_eth.check.redis,cic_eth.check.signer,cic_eth.check.gas
|
||||
run_dir = /run
|
||||
10
apps/cic-eth/cic_eth/data/config/database.ini
Normal file
10
apps/cic-eth/cic_eth/data/config/database.ini
Normal file
@@ -0,0 +1,10 @@
|
||||
[database]
|
||||
engine =
|
||||
driver =
|
||||
host =
|
||||
port =
|
||||
name =
|
||||
user =
|
||||
password =
|
||||
debug = 0
|
||||
pool_size = 0
|
||||
2
apps/cic-eth/cic_eth/data/config/eth.ini
Normal file
2
apps/cic-eth/cic_eth/data/config/eth.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[eth]
|
||||
gas_gifter_minimum_balance = 10000000000000000000
|
||||
5
apps/cic-eth/cic_eth/data/config/redis.ini
Normal file
5
apps/cic-eth/cic_eth/data/config/redis.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
[redis]
|
||||
host = localhost
|
||||
port = 6379
|
||||
db = 0
|
||||
timeout = 20.0
|
||||
2
apps/cic-eth/cic_eth/data/config/signer.ini
Normal file
2
apps/cic-eth/cic_eth/data/config/signer.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[signer]
|
||||
provider =
|
||||
4
apps/cic-eth/cic_eth/data/config/syncer.ini
Normal file
4
apps/cic-eth/cic_eth/data/config/syncer.ini
Normal file
@@ -0,0 +1,4 @@
|
||||
[syncer]
|
||||
loop_interval = 1
|
||||
offset = 0
|
||||
no_history = 0
|
||||
3
apps/cic-eth/cic_eth/data/config/tasks.ini
Normal file
3
apps/cic-eth/cic_eth/data/config/tasks.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
[tasks]
|
||||
transfer_callbacks = taskcall:cic_eth.callbacks.noop.noop
|
||||
trace_queue_status = 1
|
||||
Reference in New Issue
Block a user