Create redis session engine

This commit is contained in:
Eden Kirin
2023-10-25 10:56:38 +02:00
parent c7955104ae
commit 7fdf131d53
5 changed files with 79 additions and 15 deletions

View File

@ -1,11 +1,3 @@
# Database credentials
database:
host: "localhost"
port: 5432
name: "iristest"
username: "iristest"
password: "iristest"
application:
secretKey: "secret-key"
logLevel: info
@ -14,6 +6,21 @@ application:
isProduction: false
loopDelay: 3000
database:
host: "localhost"
port: 5432
name: "iristest"
username: "iristest"
password: "iristest"
redis:
host: "localhost"
port: 6379
username: "iristest"
password: "iristest"
database: ""
prefix: "myapp-"
smtp:
host: "smtp-host"
port: 587