diff --git a/config/.env.sample b/config/.env.sample index f1e1043..83f1a02 100644 --- a/config/.env.sample +++ b/config/.env.sample @@ -7,9 +7,7 @@ DOMAIN_LE= # Let's Encrypt account email LE_EMAIL= -# CloudFlare subdomain, using origin certificates -# Please put ofm_cf.key and ofm_cf.cert files in config/certs -DOMAIN_CF=tiles.openfreemap.org + # Skip the full planet download, useful for testing (true/false) SKIP_PLANET=false @@ -17,7 +15,7 @@ SKIP_PLANET=false # --- Let's Encrypt DNS related variables, not needed for self-hosting -DOMAIN_LEDNS=direct.openfreemap.org +DOMAIN_LEDNS= # --- host list @@ -27,4 +25,10 @@ HTTP_HOST_LIST= # --- Load Balancer script TELEGRAM_TOKEN= -TELEGRAM_CHAT_ID= \ No newline at end of file +TELEGRAM_CHAT_ID= + +# --- Cloudflare proxied endpoint + +# CloudFlare subdomain, using origin certificates +# Please put ofm_cf.key and ofm_cf.cert files in config/certs +DOMAIN_CF= \ No newline at end of file