# MeshCore Analyzer — Environment Configuration # Copy to .env and customize. All values have sensible defaults in docker-compose.yml. # # Each environment keeps config + data together in one directory: # ~/meshcore-data/config.json, meshcore.db, Caddyfile, theme.json # ~/meshcore-staging-data/config.json, meshcore.db, Caddyfile # --- Production --- PROD_HTTP_PORT=80 PROD_HTTPS_PORT=443 PROD_MQTT_PORT=1883 PROD_DATA_DIR=~/meshcore-data # --- Staging (HTTP only, no HTTPS) --- STAGING_HTTP_PORT=81 STAGING_MQTT_PORT=1884 STAGING_DATA_DIR=~/meshcore-staging-data