sextant/sextant.conf.tmpl

11 lines
443 B
Cheetah

port = 8081
be_verbose = false
nominatim_url = "https://nominatim.openstreetmap.org/search.php"
vroom_url = "https://routing.eotl.supply/osmr"
dsn = "~/.sextant.db"
ssrauth_filepath = "/var/www/htdocs/default/.ssr/auth"
{{ if eq (env "HTTP_BASIC_AUTH_ENABLED") "1" }}
http_basic_auth_username = "{{ env "HTTP_BASIC_AUTH_USERNAME" }}"
http_basic_auth_password = "{{ secret "auth_password" }}"
{{ end }}