15 lines
306 B
YAML
15 lines
306 B
YAML
debug: false
|
|
defaultLanguageCode: "en"
|
|
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" |