refactor: switch to poetry, add interactive deployment
This commit is contained in:
29
config/dev-docker/config.ini
Normal file
29
config/dev-docker/config.ini
Normal file
@@ -0,0 +1,29 @@
|
||||
[cic_core]
|
||||
meta_writer = cic.writers.KVWriter
|
||||
attachment_writer = cic.writers.KVWriter
|
||||
proof_writer = cic.writers.KVWriter
|
||||
ext_writer = cic.writers.KVWriter
|
||||
|
||||
[cic]
|
||||
registry_address = 0xcf60ebc445b636a5ab787f9e8bc465a2a3ef8299
|
||||
|
||||
[meta]
|
||||
url = http://localhost:63380
|
||||
http_origin =
|
||||
|
||||
[rpc]
|
||||
provider = http://localhost:63545
|
||||
|
||||
[auth]
|
||||
type = gnupg
|
||||
db_path = ~/.local/share/cic/clicada
|
||||
key = eb3907ecad74a0013c259d5874ae7f22dcbcc95c
|
||||
keyfile_path = ~/grassroots/cic-internal-integration/apps/cic-ussd/tests/data/pgp/privatekeys_meta.asc
|
||||
passphrase = merman
|
||||
|
||||
[wallet]
|
||||
key_file = ~/grassroots/cic-internal-integration/apps/contract-migration/keystore/UTC
|
||||
passphrase =
|
||||
|
||||
[chain]
|
||||
spec = evm:byzantium:8996:bloxberg
|
||||
Reference in New Issue
Block a user