mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 21:47:02 +00:00
Co-authored-by: izzy <me@insrt.uk> Signed-off-by: Zomatree <me@zomatree.live> Signed-off-by: izzy <me@insrt.uk>
23 lines
386 B
TOML
23 lines
386 B
TOML
environment = "test"
|
|
|
|
[database]
|
|
mongodb = "mongodb://localhost"
|
|
redis = "redis://localhost/"
|
|
|
|
[rabbit]
|
|
host = "127.0.0.1"
|
|
port = 5672
|
|
username = "rabbituser"
|
|
password = "rabbitpass"
|
|
|
|
[features]
|
|
webhooks_enabled = true
|
|
|
|
[api.smtp]
|
|
host = "localhost"
|
|
username = "smtp"
|
|
password = "smtp"
|
|
from_address = "development@stoat.chat"
|
|
reply_to = "support@stoat.chat"
|
|
port = 14025
|
|
use_tls = false |