adding cic-eth as sub dir
This commit is contained in:
2
apps/cic-eth/config/bancor.ini
Normal file
2
apps/cic-eth/config/bancor.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[bancor]
|
||||
dir = /usr/local/share/cic/bancor
|
||||
3
apps/cic-eth/config/celery.ini
Normal file
3
apps/cic-eth/config/celery.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
[celery]
|
||||
broker_url = redis://
|
||||
result_url = redis://
|
||||
8
apps/cic-eth/config/cic.ini
Normal file
8
apps/cic-eth/config/cic.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[cic]
|
||||
registry_address =
|
||||
token_index_address =
|
||||
accounts_index_address =
|
||||
declarator_address =
|
||||
approval_escrow_address =
|
||||
chain_spec =
|
||||
tx_retry_delay =
|
||||
2
apps/cic-eth/config/custody.ini
Normal file
2
apps/cic-eth/config/custody.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[custody]
|
||||
account_index_address =
|
||||
9
apps/cic-eth/config/database.ini
Normal file
9
apps/cic-eth/config/database.ini
Normal file
@@ -0,0 +1,9 @@
|
||||
[database]
|
||||
NAME=cic-eth
|
||||
USER=postgres
|
||||
PASSWORD=
|
||||
HOST=localhost
|
||||
PORT=5432
|
||||
ENGINE=postgresql
|
||||
DRIVER=psycopg2
|
||||
DEBUG=
|
||||
2
apps/cic-eth/config/dispatcer.ini
Normal file
2
apps/cic-eth/config/dispatcer.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[dispatcher]
|
||||
loop_interval = 0.9
|
||||
8
apps/cic-eth/config/eth.ini
Normal file
8
apps/cic-eth/config/eth.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[eth]
|
||||
#ws_provider = ws://localhost:8546
|
||||
#ttp_provider = http://localhost:8545
|
||||
provider = http://localhost:8545
|
||||
gas_provider_address =
|
||||
#chain_id =
|
||||
abi_dir = /usr/local/share/cic/solidity/abi
|
||||
account_accounts_index_writer =
|
||||
3
apps/cic-eth/config/lash/bancor.ini
Normal file
3
apps/cic-eth/config/lash/bancor.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
[bancor]
|
||||
registry_address = 0xb708175e3f6Cd850643aAF7B32212AFad50e2549
|
||||
dir = /home/lash/src/ext/cic/grassrootseconomics/cic-platform/contrib/bancor_0.6
|
||||
8
apps/cic-eth/config/lash/database.ini
Normal file
8
apps/cic-eth/config/lash/database.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[database]
|
||||
NAME=cic-eth
|
||||
USER=postgres
|
||||
PASSWORD=
|
||||
HOST=localhost
|
||||
PORT=5432
|
||||
ENGINE=sqlite
|
||||
DRIVER=pysqlite
|
||||
3
apps/cic-eth/config/lash/eth.ini
Normal file
3
apps/cic-eth/config/lash/eth.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
[eth]
|
||||
gas_provider_address = 0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C
|
||||
provider = http://localhost:8545
|
||||
3
apps/cic-eth/config/lash/redis.ini
Normal file
3
apps/cic-eth/config/lash/redis.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
[celery]
|
||||
broker_url = redis://
|
||||
result_url = file://
|
||||
2
apps/cic-eth/config/lash/signer.ini
Normal file
2
apps/cic-eth/config/lash/signer.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[signer]
|
||||
socket_path = /tmp/crypto-dev-signer/jsonrpc.ipc
|
||||
6
apps/cic-eth/config/lash/ssl.ini
Normal file
6
apps/cic-eth/config/lash/ssl.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
[SSL]
|
||||
enable_client = true
|
||||
cert_file = /home/lash/src/ext/cic/grassrootseconomics/cic-auth/examples/client.crt
|
||||
key_file = /home/lash/src/ext/cic/grassrootseconomics/cic-auth/examples/client.key
|
||||
password = test
|
||||
ca_file = /home/lash/src/ext/cic/grassrootseconomics/cic-auth/examples/ca.crt
|
||||
2
apps/cic-eth/config/lash/syncer.ini
Normal file
2
apps/cic-eth/config/lash/syncer.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[SYNCER]
|
||||
loop_interval = 1
|
||||
4
apps/cic-eth/config/redis.ini
Normal file
4
apps/cic-eth/config/redis.ini
Normal file
@@ -0,0 +1,4 @@
|
||||
[redis]
|
||||
host =
|
||||
port =
|
||||
db =
|
||||
5
apps/cic-eth/config/signer.ini
Normal file
5
apps/cic-eth/config/signer.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
[signer]
|
||||
socket_path = /run/crypto-dev-signer/jsonrpc.ipc
|
||||
secret = deedbeef
|
||||
database_name = signer_test
|
||||
dev_keys_path =
|
||||
6
apps/cic-eth/config/ssl.ini
Normal file
6
apps/cic-eth/config/ssl.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
[SSL]
|
||||
enable_client = false
|
||||
cert_file =
|
||||
key_file =
|
||||
password =
|
||||
ca_file =
|
||||
2
apps/cic-eth/config/syncer.ini
Normal file
2
apps/cic-eth/config/syncer.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[SYNCER]
|
||||
loop_interval = 1
|
||||
3
apps/cic-eth/config/tasks.ini
Normal file
3
apps/cic-eth/config/tasks.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
[tasks]
|
||||
transfer_callbacks = taskcall:cic_eth.callbacks.noop.noop
|
||||
trace_queue_status =
|
||||
2
apps/cic-eth/config/test/accounts.ini
Normal file
2
apps/cic-eth/config/test/accounts.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[accounts]
|
||||
writer_address =
|
||||
2
apps/cic-eth/config/test/bancor.ini
Normal file
2
apps/cic-eth/config/test/bancor.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[bancor]
|
||||
dir = tests/testdata/bancor
|
||||
5
apps/cic-eth/config/test/celery.ini
Normal file
5
apps/cic-eth/config/test/celery.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
[celery]
|
||||
broker_url = filesystem://
|
||||
result_url = filesystem://
|
||||
#broker_url = redis://
|
||||
#result_url = redis://
|
||||
8
apps/cic-eth/config/test/cic.ini
Normal file
8
apps/cic-eth/config/test/cic.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[cic]
|
||||
registry_address =
|
||||
token_index_address =
|
||||
accounts_index_address =
|
||||
declarator_address =
|
||||
approval_escrow_address =
|
||||
chain_spec =
|
||||
trusted_addresses =
|
||||
9
apps/cic-eth/config/test/database.ini
Normal file
9
apps/cic-eth/config/test/database.ini
Normal file
@@ -0,0 +1,9 @@
|
||||
[database]
|
||||
NAME=cic-eth-test
|
||||
USER=postgres
|
||||
PASSWORD=
|
||||
HOST=localhost
|
||||
PORT=5432
|
||||
ENGINE=sqlite
|
||||
DRIVER=pysqlite
|
||||
DEBUG=
|
||||
2
apps/cic-eth/config/test/dispatcher.ini
Normal file
2
apps/cic-eth/config/test/dispatcher.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[dispatcher]
|
||||
loop_interval = 0.1
|
||||
8
apps/cic-eth/config/test/eth.ini
Normal file
8
apps/cic-eth/config/test/eth.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[eth]
|
||||
#ws_provider = ws://localhost:8546
|
||||
#ttp_provider = http://localhost:8545
|
||||
provider = http://localhost:8545
|
||||
gas_provider_address =
|
||||
#chain_id =
|
||||
abi_dir =
|
||||
faucet_giver_address =
|
||||
4
apps/cic-eth/config/test/redis.ini
Normal file
4
apps/cic-eth/config/test/redis.ini
Normal file
@@ -0,0 +1,4 @@
|
||||
[redis]
|
||||
host =
|
||||
port =
|
||||
db =
|
||||
5
apps/cic-eth/config/test/signer.ini
Normal file
5
apps/cic-eth/config/test/signer.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
[signer]
|
||||
socket_path = /run/crypto-dev-signer/jsonrpc.ipc
|
||||
secret = deedbeef
|
||||
database_name = signer_test
|
||||
dev_keys_path =
|
||||
6
apps/cic-eth/config/test/ssl.ini
Normal file
6
apps/cic-eth/config/test/ssl.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
[SSL]
|
||||
enable_client = false
|
||||
cert_file =
|
||||
key_file =
|
||||
password =
|
||||
ca_file =
|
||||
2
apps/cic-eth/config/test/syncer.ini
Normal file
2
apps/cic-eth/config/test/syncer.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[SYNCER]
|
||||
loop_interval = 1
|
||||
Reference in New Issue
Block a user