chore: Add env variable to toggle postgresql ssl flag

This commit is contained in:
Faruk AYDIN
2021-11-23 14:32:52 +01:00
committed by Ali BARIN
parent cf1fa9039b
commit a5811d44ac
3 changed files with 6 additions and 3 deletions

View File

@@ -7,4 +7,5 @@ POSTGRES_DATABASE=automatisch_development
POSTGRES_PORT=5432
POSTGRES_HOST=localhost
POSTGRES_USERNAME=automatish_development_user
POSTGRESS_PASSWORD=
POSTGRES_PASSWORD=
POSTGRES_ENABLE_SSL=false