From aecf18859347f6b349b50dd9a670b96797620b66 Mon Sep 17 00:00:00 2001 From: ltbam Date: Wed, 3 Jul 2024 11:37:12 +0200 Subject: [PATCH] Update .env --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 35f3017..2a73629 100644 --- a/.env +++ b/.env @@ -21,5 +21,5 @@ POSTGRES_PASS=admin # If you need a SSL certificate to be respected on the gunicorn level # 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'