2022-03-05 12:48:30 +00:00
|
|
|
database_url: postgres://mitra:mitra@127.0.0.1:55432/mitra
|
2021-11-05 23:41:30 +00:00
|
|
|
storage_dir: files
|
2021-04-09 00:22:17 +00:00
|
|
|
|
|
|
|
http_host: '127.0.0.1'
|
|
|
|
http_port: 8380
|
|
|
|
|
2022-05-11 21:05:44 +00:00
|
|
|
instance_uri: 127.0.0.1:8380
|
|
|
|
instance_title: Mitra
|
|
|
|
instance_short_description: My instance
|
|
|
|
instance_description: My instance
|
|
|
|
registrations_open: true
|
2022-05-11 21:10:48 +00:00
|
|
|
|
2022-08-30 16:13:58 +00:00
|
|
|
blockchains:
|
2022-05-17 19:50:21 +00:00
|
|
|
# Parameters for hardhat local node
|
2022-08-30 16:13:58 +00:00
|
|
|
- chain_id: eip155:31337
|
2022-08-31 18:54:10 +00:00
|
|
|
chain_metadata:
|
|
|
|
chain_name: localhost
|
|
|
|
currency_name: ETH
|
|
|
|
currency_symbol: ETH
|
|
|
|
currency_decimals: 18
|
|
|
|
public_api_url: 'http://127.0.0.1:8546'
|
|
|
|
explorer_url: null
|
2022-08-30 16:13:58 +00:00
|
|
|
contract_address: '0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9'
|
|
|
|
contract_dir: contracts
|
|
|
|
api_url: 'http://127.0.0.1:8546'
|
|
|
|
signing_key: 'ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80'
|
|
|
|
chain_sync_step: 100
|
|
|
|
chain_reorg_max_depth: 0
|
|
|
|
# # Parameters for local Monero node
|
|
|
|
# - chain_id: monero:regtest
|
|
|
|
# daemon_url: 'http://127.0.0.1:58081'
|
|
|
|
# wallet_url: 'http://127.0.0.1:58083'
|
|
|
|
# wallet_name: test
|
|
|
|
# wallet_password: test
|
2022-08-15 23:56:06 +00:00
|
|
|
|
2021-04-09 00:22:17 +00:00
|
|
|
ipfs_api_url: 'http://127.0.0.1:5001'
|
2022-05-11 21:05:44 +00:00
|
|
|
ipfs_gateway_url: 'http://127.0.0.1:8001'
|