Skip to content

Commit

Permalink
Merge pull request #20 from geoadmin/ltbam_230919
Browse files Browse the repository at this point in the history
updated config
  • Loading branch information
ltbam committed Sep 19, 2023
2 parents f00ddd5 + e905418 commit e0f06b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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'

0 comments on commit e0f06b6

Please sign in to comment.