Add kubernetes deployment specs
This commit is contained in:
@@ -10,6 +10,7 @@ const redis_config = {
|
||||
// https://github.com/luin/ioredis#connect-to-redis
|
||||
server: {
|
||||
host: env('REDIS_HOST', 'localhost'),
|
||||
password: env('REDIS_PASS'),
|
||||
port: env('REDIS_PORT', 6379),
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user