# 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 "