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