Add k8s deploy config
This commit is contained in:
@@ -4,5 +4,6 @@ export default {
|
||||
connection: {
|
||||
port: env('REDIS_PORT', 6379),
|
||||
host: env('REDIS_HOST', '127.0.0.1'),
|
||||
password: env('REDIS_PASSWORD'),
|
||||
} as RedisOptions
|
||||
}
|
||||
|
||||
@@ -12,6 +12,8 @@ import {
|
||||
export default {
|
||||
debug: env('DEBUG_MODE', false),
|
||||
|
||||
forceSsl: env('SERVER_FORCE_SSL', false),
|
||||
|
||||
session: {
|
||||
/* The implementation of @extollo/lib.Session that serves as the session backend. */
|
||||
driver: ORMSession,
|
||||
|
||||
Reference in New Issue
Block a user