20 lines
362 B
TOML
20 lines
362 B
TOML
[server]
|
|
debug = true
|
|
host = "127.0.0.1:3001"
|
|
|
|
[mail]
|
|
host = "cmail02.mailhost24.de"
|
|
port = "25"
|
|
user = "no-reply@roese.dev"
|
|
password = "mhtWMUn049o25xYTLUpfplX5Ze3jRfqh"
|
|
from = "App <no-reply@roese.dev>"
|
|
|
|
[rabbitmq]
|
|
host = "localhost:5672"
|
|
username = "guest"
|
|
password = "guest"
|
|
|
|
[templates]
|
|
folderPath = "./templates/"
|
|
configPath = "./templates/templates.json"
|