Create redis session engine
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user