Files
test-iris-web-framework/config.template.yaml
2023-10-23 23:41:46 +02:00

25 lines
505 B
YAML

# Database credentials
database:
host: "localhost"
port: 5432
name: "iristest"
username: "iristest"
password: "iristest"
application:
secretKey: "secret-key"
logLevel: info
logFile: "/var/log/test/iristest.log" # null to disable logging to file
debugSQL: true
isProduction: false
loopDelay: 3000
smtp:
host: "smtp-host"
port: 587
username: "smtp-username"
password: "smtp-password"
startTLS: true
useTLS: false
fromEmail: "vitalwatchdog <noreply@vitalwatchdog.com>"