From e9054184370168e5a2a5a1930b17553c9f5b9bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baud=20R=C3=A9my?= Date: Tue, 19 Sep 2023 11:12:03 +0200 Subject: [PATCH] updated config --- .docker_env | 4 ++-- .env | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.docker_env b/.docker_env index 16b8f72..01ccf83 100644 --- a/.docker_env +++ b/.docker_env @@ -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 diff --git a/.env b/.env index ec88a92..289e7fd 100644 --- a/.env +++ b/.env @@ -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" @@ -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'