chore: wire redis session config for ingress
This commit is contained in:
@@ -17,6 +17,13 @@ spring:
|
||||
threads:
|
||||
virtual:
|
||||
enabled: true
|
||||
data:
|
||||
redis:
|
||||
host: ${REDIS_HOST:127.0.0.1}
|
||||
port: ${REDIS_PORT:6379}
|
||||
username: ${REDIS_USERNAME:}
|
||||
password: ${REDIS_PASSWORD:}
|
||||
database: ${REDIS_DATABASE:50}
|
||||
|
||||
server:
|
||||
port: ${HTTP_PORT:20100}
|
||||
|
||||
Reference in New Issue
Block a user