chore: add .env.example files for blockchain-node and coordinator-api
This commit is contained in:
9
apps/blockchain-node/.env.example
Normal file
9
apps/blockchain-node/.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
CHAIN_ID=ait-devnet
|
||||
DB_PATH=./data/chain.db
|
||||
RPC_BIND_HOST=127.0.0.1
|
||||
RPC_BIND_PORT=8080
|
||||
P2P_BIND_HOST=0.0.0.0
|
||||
P2P_BIND_PORT=7070
|
||||
PROPOSER_KEY=change_me
|
||||
MINT_PER_UNIT=1000
|
||||
COORDINATOR_RATIO=0.05
|
||||
Reference in New Issue
Block a user