Skip to content

Commit

Permalink
Update .docker_env
Browse files Browse the repository at this point in the history
  • Loading branch information
ltbam authored Jul 3, 2024
1 parent 516bbcb commit e343760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker_env
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,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)
# IT put certs in /data/certs. A Volume is configured to read there.
SSL_CERT='ssl/l0t2511a.crt'
SSL_KEY='ssl/l0t2511a.key'
SSL_CERT='ssl/server.crt'
SSL_KEY='ssl/server.key'

# Valhalla image exclusive env vars
# How many threads to build tiles? Should be two less than available threads
Expand Down

0 comments on commit e343760

Please sign in to comment.