This commit is contained in:
Zsolt Ero
2024-02-23 17:51:50 +01:00
parent 08ba9efe88
commit ed56ed14bc
2 changed files with 11 additions and 5 deletions

View File

@@ -1,4 +1,11 @@
SSH_PASSWD= # Leave it empty if you use SSH keys
DOMAIN_DIRECT=direct.openfreemap.org # Domain to server directly, without CloudFlare
DOMAIN_CF=tiles.openfreemap.org # Domain via CloudFlare, using origin certificates
SKIP_PLANET=false # Set to true to skip the full planet download. Useful for testing.
# Leave it empty if you use SSH keys
SSH_PASSWD=
# Domain to server directly, without CloudFlare
DOMAIN_DIRECT=direct.openfreemap.org
# Domain via CloudFlare, using origin certificates
DOMAIN_CF=tiles.openfreemap.org
# Set to true to skip the full planet download. Useful for testing.
SKIP_PLANET=false