Skip to content

Commit

Permalink
Merge pull request #31 from geoadmin/ltbam-patch-1
Browse files Browse the repository at this point in the history
Update .env
  • Loading branch information
ltbam authored Jul 1, 2024
2 parents 181f943 + 763f56a commit 83c2d5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ POSTGRES_USER=admin
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/data/ssl/l0t2511a.crt'
SSL_KEY='/app/data/ssl/l0t2511a.key.fixed'
# IT put certs in /data/certs. A Volume is configured to read there.
SSL_CERT='ssl/l0t2511a.crt'
SSL_KEY='ssl/l0t2511a.key'

0 comments on commit 83c2d5c

Please sign in to comment.