MailerServer/config.example.yml

14 lines
280 B
YAML

debug: false
rabbitmq:
host: "127.0.0.1"
username: "guest"
password: "guest"
mail:
host: "127.0.0.1"
username: "username"
password: "password"
port: ""
from: "App <no-reply@xxx.xx>"
templates:
folderPath: "./templates/"
configPath: "./templates/templates.json"