Skip to content

Commit

Permalink
Add default values for APP_TLS_CERTIFICATE and APP_TLS_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Nov 25, 2024
1 parent 96d199c commit 5c22f01
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
DOMAIN=example.com
APPLICATION_DOMAIN=""

### TLS certificates configuration
TLS_ENABLED=""
TLS_CERTIFICATE=""
TLS_KEY=""
APP_TLS_CERTIFICATE=""
APP_TLS_KEY=""

### Database configuration
DB_HOST=""
DB_USER=""
DB_PASSWORD=""

### Email configuration
EMAIL_ENABLED=false
EMAIL_HOST=""
EMAIL_PORT=587
EMAIL_SECURE=""
EMAIL_USER=""
EMAIL_PASSWORD=""

0 comments on commit 5c22f01

Please sign in to comment.