Add secret key
This commit is contained in:
24
config.template.yaml
Normal file
24
config.template.yaml
Normal 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>"
|
||||
Reference in New Issue
Block a user