Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
Read Certs diretly where IT put them on host.
  • Loading branch information
ltbam authored Jul 1, 2024
1 parent 181f943 commit 763f56a
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 763f56a

Please sign in to comment.