Add secret key

This commit is contained in:
Eden Kirin
2023-10-23 23:41:46 +02:00
parent 002f6a3d06
commit 71e09a86f6
5 changed files with 50 additions and 1 deletions

24
config.template.yaml Normal file
View File

@ -0,0 +1,24 @@
# 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>"