Skip to content

Commit

Permalink
update .env example files
Browse files Browse the repository at this point in the history
  • Loading branch information
peterc-yuma committed Jan 9, 2025
1 parent b73612f commit ae7b18e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .env.miner.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Network Configuration
NETWORK=testnet # Options: localnet, testnet, finney
# Options: localnet, testnet, finney
NETWORK=testnet

# Wallet Configuration
COLDKEY=miner
Expand All @@ -18,4 +19,5 @@ VPERMIT_TAO_LIMIT=2
FORWARD_FUNCTION=base_miner

# Logging
LOGGING_LEVEL=debug # Options: info, debug, trace
# Options: info, debug, trace
LOGGING_LEVEL=debug
6 changes: 4 additions & 2 deletions .env.validator.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Network Configuration
NETWORK=testnet # Options: localnet, testnet, finney
# Options: localnet, testnet, finney
NETWORK=testnet

# Wallet Configuration
COLDKEY=validator
Expand All @@ -13,4 +14,5 @@ AXON_EXTERNAL_IP=127.0.0.1
AXON_EXTERNAL_PORT=8091

# Logging
LOGGING_LEVEL=debug # Options: info, debug, trace
# Options: info, debug, trace
LOGGING_LEVEL=debug

0 comments on commit ae7b18e

Please sign in to comment.