From e343760fe7555e9697bdf74e90c5b241bbf3e3aa Mon Sep 17 00:00:00 2001 From: ltbam Date: Wed, 3 Jul 2024 11:37:49 +0200 Subject: [PATCH] Update .docker_env --- .docker_env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.docker_env b/.docker_env index ad0b03f..eb1f2a5 100644 --- a/.docker_env +++ b/.docker_env @@ -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