# Firecracker network-pool defaults — the SINGLE source of these values. # # Read by every consumer so they can't drift: # * netpool.py — parses this for the Python defaults (below). # * scripts/firecracker-netpool.sh — falls back to these when the # matching BOT_BOTTLE_FC_* env var is unset. # * nix/firecracker-netpool.nix — readFile-parses this for its option # defaults, then passes the resolved values back as Environment=. # # Plain KEY=VALUE (no quoting, no inline comments, no spaces around `=`) # so it is bash-sourceable, systemd EnvironmentFile-compatible, and # trivially parseable from Python and Nix. A real BOT_BOTTLE_FC_* env # var of the same name always overrides the value here. BOT_BOTTLE_FC_POOL_SIZE=8 BOT_BOTTLE_FC_IP_BASE=10.243.0.0 BOT_BOTTLE_FC_IFACE_PREFIX=bbfc BOT_BOTTLE_FC_NFT_TABLE=bot_bottle_fc