Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .env.defaults
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Defaults for each rootcell instance. Copied to
# .rootcell/instances/<name>/.env on first run if that file is missing.
# instances/<name>/.env on first run if that file is missing.

AWS_REGION=us-east-1

# New instances allocate one unique /24 from this pool and store it in
# .rootcell/instances/<name>/state.json. Existing instance state is never
# instances/<name>/state.json. Existing instance state is never
# recalculated from these values.
ROOTCELL_SUBNET_POOL_START=192.168.100.0
ROOTCELL_SUBNET_POOL_END=192.168.254.0

# Optional: for a new instance only, set both FIREWALL_IP and AGENT_IP before
# first run to pin that instance to a specific /24. The firewall must use .2,
# the agent must use .3, and NETWORK_PREFIX must be 24.
# FIREWALL_IP=192.168.109.2
# AGENT_IP=192.168.109.3
# first run to pin that instance to a specific /24. NETWORK_PREFIX must be 24.
# FIREWALL_IP=192.168.109.10
# AGENT_IP=192.168.109.11
# NETWORK_PREFIX=24
Loading