add changes
This commit is contained in:
@@ -130,6 +130,27 @@ const REQUIRED_VARS = {
|
||||
type: 'string',
|
||||
allowedValues: ['error', 'warn', 'info', 'debug'],
|
||||
default: 'info'
|
||||
},
|
||||
|
||||
// Redis Configuration (Optional - for caching)
|
||||
REDIS_HOST: {
|
||||
required: false,
|
||||
type: 'string',
|
||||
default: 'localhost'
|
||||
},
|
||||
REDIS_PORT: {
|
||||
required: false,
|
||||
type: 'number',
|
||||
default: 6379
|
||||
},
|
||||
REDIS_PASSWORD: {
|
||||
required: false,
|
||||
type: 'string'
|
||||
},
|
||||
REDIS_DB: {
|
||||
required: false,
|
||||
type: 'number',
|
||||
default: 0
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user