Files
openfreemap/config/.env.sample
Zsolt Ero b11a46fee1 certs
2024-02-24 14:08:33 +01:00

16 lines
419 B
Plaintext

# Leave it empty if you use SSH keys
SSH_PASSWD=
# Domain to server directly, with Let's Encrypt certificates
DOMAIN_LE=le.openfreemap.org
# Let's Encrypt account email
LE_EMAIL=user@example.com
# Domain via CloudFlare, using origin certificates
# Please put cf.key and cf.cert files in config/certs
DOMAIN_CF=tiles.openfreemap.org
# Skip the full planet download, useful for testing (true/false)
SKIP_PLANET=false