mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-10-06 12:09:07 +00:00
15 lines
615 B
Plaintext
15 lines
615 B
Plaintext
# Example Environment Configuration for Development
|
|
# Copy this to .env and modify as needed
|
|
|
|
# Bootstrap peers for development (localhost)
|
|
BOOTSTRAP_PEERS=/ip4/127.0.0.1/tcp/4001/p2p/12D3KooWN3AQHuxAzXfu98tiFYw7W3N2SyDwdxDRANXJp3ktVf8j
|
|
|
|
# Environment setting (development or production)
|
|
ENVIRONMENT=development
|
|
|
|
# Note: In production, set ENVIRONMENT=production and the bootstrap.go will automatically
|
|
# use the production bootstrap peers defined in constants/bootstrap.go
|
|
|
|
# For multiple bootstrap peers, separate with commas:
|
|
# BOOTSTRAP_PEERS=/ip4/127.0.0.1/tcp/4001/p2p/peer1,/ip4/127.0.0.1/tcp/4005/p2p/peer2
|