Add mailpit for development
Build and Push Lunchtime Images (Kaniko) / build-and-push (push) Successful in 1m13s
Build and Push Lunchtime Images (Kaniko) / build-and-push (push) Successful in 1m13s
This commit is contained in:
+4
-4
@@ -3,13 +3,13 @@ app:
|
||||
|
||||
email:
|
||||
enabled: true
|
||||
smtp_host: "mail.example.com"
|
||||
smtp_port: 465
|
||||
smtp_username: "lunchtime@example.com"
|
||||
smtp_host: "mailpit"
|
||||
smtp_port: 1025
|
||||
smtp_username: ""
|
||||
smtp_password: ""
|
||||
from_address: "lunchtime@example.com"
|
||||
use_tls: false
|
||||
use_ssl: true
|
||||
use_ssl: false
|
||||
|
||||
announcements:
|
||||
# - type: info
|
||||
|
||||
Reference in New Issue
Block a user