Skip to content

Commit

Permalink
Add mailer secure setting to deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
pingiun committed May 5, 2024
1 parent 196a4ce commit a8e70de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ APP_KEYS=kTnz9QXBrfZMQ8KD,bm9ewUW2Wt2YugXW

SMTP_HOST=localhost
SMTP_PORT=1025
SMTP_TLS=0

DATABASE_HOST=localhost
DATABASE_PORT=5432
Expand Down
1 change: 1 addition & 0 deletions docker/roodjongeren_prod/.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ STRAPI_SMTP_HOST=mail.zxcs.nl
STRAPI_SMTP_PORT=465
STRAPI_SMTP_USERNAME=test@roodjongeren.nl
STRAPI_SMTP_PASSWORD=test1234
STRAPI_SMTP_TLS=1

DATABASE_HOST=postgres
DATABASE_PORT=5432
Expand Down
3 changes: 2 additions & 1 deletion docker/roodjongeren_prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ services:
- SMTP_PORT=$STRAPI_SMTP_PORT
- SMTP_USERNAME=$STRAPI_SMTP_USERNAME
- SMTP_PASSWORD=$STRAPI_SMTP_PASSWORD
- SMTP_TLS=$STRAPI_SMTP_TLS
- DATABASE_HOST=$DATABASE_HOST
- DATABASE_PORT=$DATABASE_PORT
- DATABASE_NAME=$DATABASE_NAME
Expand Down Expand Up @@ -107,4 +108,4 @@ volumes:
driver: local
umami_postgres_volume:
name: umami_postgres_volume
driver: local
driver: local

0 comments on commit a8e70de

Please sign in to comment.