Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated config #20

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .docker_env
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ POSTGRES_PASS=admin

# If you need a SSL certificate to be respected on the gunicorn level
# Paths are local to the container (/app/ssl is mapped in docker-compose)
SSL_CERT='/app/ssl/server.crt'
SSL_KEY='/app/ssl/server.key'
SSL_CERT='/app/ssl/l0t2511a.crt'
SSL_KEY='/app/ssl/l0t2511a.key.fixed'

# Valhalla image exclusive env vars
# How many threads to build tiles? Should be two less than available threads
Expand Down
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ADMIN_PASS=admin

# you can change the directory to wherever you want the data to reside on the host
# MUST be an absolute path
DATA_DIR=${PWD}/data
DATA_DIR=/data/transfer/osm_v2

VALHALLA_URL="http://localhost"

Expand All @@ -20,5 +20,5 @@ POSTGRES_PASS=admin

# If you need a SSL certificate to be respected on the gunicorn level
# Paths are local to the container (/app/ssl as mapped in docker-compose)
SSL_CERT='/app/ssl/server.crt'
SSL_KEY='/app/ssl/server.key'
SSL_CERT='/app/ssl/l0t2511a.crt'
SSL_KEY='/app/ssl/l0t2511a.key.fixed'
Loading