18 lines
316 B
YAML
18 lines
316 B
YAML
app:
|
|
public_base_url: "http://localhost:8080/"
|
|
|
|
email:
|
|
enabled: true
|
|
smtp_host: "mailpit"
|
|
smtp_port: 1025
|
|
smtp_username: ""
|
|
smtp_password: ""
|
|
from_address: "lunchtime@example.com"
|
|
use_tls: false
|
|
use_ssl: false
|
|
|
|
announcements:
|
|
# - type: info
|
|
# title: Info
|
|
# message: Welcome to Lunchtime!
|