Skip to content

Commit

Permalink
fix: default docker configuration files (#310)
Browse files Browse the repository at this point in the history
Signed-off-by: failfmi <[email protected]>
  • Loading branch information
failfmi authored Oct 11, 2021
1 parent 50eb4bc commit d3f18da
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
17 changes: 17 additions & 0 deletions bridge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This file contains application defaults
# Check docs/configuration.md for more information
#bridge:
# topic_id:
# networks:
# 0: # Hedera
# bridge_account:
# payer_account:
# members:
# -
# tokens:
# "HBAR":
# fee_percentage: 10000 # 10.000%
# networks:
# 1: # Ethereum mainnet
# router_contract_address:
# tokens:
24 changes: 24 additions & 0 deletions node.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#node:
# database:
# host: 127.0.0.1
# name: hedera_validator
# password: validator_pass
# port: 5432
# username: validator
# clients:
# evm:
# hedera:
# operator:
# account_id:
# private_key:
# network: testnet
# mirror_node:
# api_address: https://testnet.mirrornode.hedera.com/api/v1/
# client_address: hcs.testnet.mirrornode.hedera.com:5600
# polling_interval: 5
# log_level: info
# port: 5200
# recovery:
# start_timestamp:
# start_block:
# validator: true

0 comments on commit d3f18da

Please sign in to comment.