Import cic-eth cli sources
This commit is contained in:
8
cic_base/data/config/celery.ini
Normal file
8
cic_base/data/config/celery.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[celery]
|
||||
broker_url =
|
||||
result_url =
|
||||
queue = cic-eth
|
||||
debug = 0
|
||||
worker_pool = prefork
|
||||
worker_count = 0
|
||||
debug_log = 0
|
||||
6
cic_base/data/config/cic.ini
Normal file
6
cic_base/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,cic_eth.check.start
|
||||
run_dir = /run
|
||||
10
cic_base/data/config/database.ini
Normal file
10
cic_base/data/config/database.ini
Normal file
@@ -0,0 +1,10 @@
|
||||
[database]
|
||||
engine =
|
||||
driver =
|
||||
host =
|
||||
port =
|
||||
name =
|
||||
user =
|
||||
password =
|
||||
debug = 0
|
||||
pool_size = 0
|
||||
8
cic_base/data/config/eth.ini
Normal file
8
cic_base/data/config/eth.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[eth]
|
||||
gas_holder_minimum_units = 180000
|
||||
gas_holder_refill_units = 15
|
||||
gas_holder_refill_threshold = 3
|
||||
gas_gifter_refill_buffer = 3
|
||||
gas_gift_min_price_buffer = 20
|
||||
min_fee_price = 1
|
||||
max_fee_units = 8000000
|
||||
5
cic_base/data/config/redis.ini
Normal file
5
cic_base/data/config/redis.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
[redis]
|
||||
host = localhost
|
||||
port = 6379
|
||||
db = 0
|
||||
timeout = 20.0
|
||||
5
cic_base/data/config/server.ini
Normal file
5
cic_base/data/config/server.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
[server]
|
||||
port=5000
|
||||
host="0.0.0.0"
|
||||
workers=1
|
||||
config=
|
||||
2
cic_base/data/config/signer.ini
Normal file
2
cic_base/data/config/signer.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[signer]
|
||||
provider =
|
||||
Reference in New Issue
Block a user