Skip to content

Commit

Permalink
Add email configuration example
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentTreguier committed Jul 16, 2024
1 parent f679440 commit 18902e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env-example
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ QUARKUS_S3_AWS_CREDENTIALS_TYPE=static
QUARKUS_S3_AWS_CREDENTIALS_STATIC_PROVIDER_ACCESS_KEY_ID=key-id
QUARKUS_S3_AWS_CREDENTIALS_STATIC_PROVIDER_SECRET_ACCESS_KEY=secret-key

QUARKUS_MAILER_HOST=smtp.example.org
[email protected]
[email protected]
QUARKUS_MAILER_PASSWORD=password

QUARKUS_SENTRY_DSN=https://sentry.example.org
QUARKUS_SENTRY_ENVIRONMENT=local
QUARKUS_SENTRY_TRACES_SAMPLE_RATE=1.0
Expand Down

0 comments on commit 18902e3

Please sign in to comment.