Skip to content

Commit

Permalink
docker-compose mock mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelWildenburg authored Sep 27, 2024
1 parent 5cfe42f commit f4441ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
- OIDC_TENANT=${OIDC_TENANT}
- M2M_CLIENT_ID=${M2M_CLIENT_ID}
- M2M_CLIENT_SECRET=${M2M_CLIENT_SECRET}
- QUARKUS_MAILER_MOCK=true
- SMTP_HOST=smtp-stub.local
- SMTP_USERNAME=username
- SMTP_PASSWORD=password
Expand Down

0 comments on commit f4441ca

Please sign in to comment.