# Bootstrap Server Configuration # Copy to .env and fill in your values # Domain for the bootstrap server (clearnet) BOOTSTRAP_DOMAIN=bootstrap.cryptographic-triangles.org # Directory where bootstrap archives are stored (full path) BOOTSTRAP_DIR=/var/www/triangles-bootstrap # Tor hidden service port (internal, should match torrc) TOR_HS_PORT=80 # Contact email for Let's Encrypt EMAIL=admin@example.com