Lauti: Difference between revisions
update template example |
add missing OSM config |
||
Line 15: | Line 15: | ||
EINTOPF_ADMIN_EMAIL = "test@example.org"; | EINTOPF_ADMIN_EMAIL = "test@example.org"; | ||
EINTOPF_BASE_URL = "http://localhost:3333"; | EINTOPF_BASE_URL = "http://localhost:3333"; | ||
EINTOPF_OSM_TILE_CACHE_DIR = "/var/lib/eintopf/osm"; | |||
EINTOPF_OSM_TILE_SERVER = "https://tile.openstreetmap.org/{z}/{x}/{y}.png"; | |||
}; | }; | ||
secrets = [ /etc/eintopf-secrets ]; | secrets = [ /etc/eintopf-secrets ]; |