Skip to content

Commit

Permalink
use log driver for mailing in ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Jun 24, 2024
1 parent eefa7c8 commit 237b383
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .env.ci
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@ REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_MAILER=smtp
MAIL_HOST=mailpit
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_MAILER=log
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"

Expand Down

0 comments on commit 237b383

Please sign in to comment.