feat(medusa): add redis_prefix in configModule.projectConfig (#4268)

This commit is contained in:
Derek Wene
2023-06-14 16:24:35 +02:00
committed by GitHub
parent ca477c86af
commit 81dfeb43ea
4 changed files with 17 additions and 4 deletions
+2 -1
View File
@@ -23,6 +23,7 @@ export type HttpCompressionOptions = {
export type ProjectConfigOptions = {
redis_url?: string
redis_prefix?: string
redis_options?: RedisOptions
session_options?: SessionOptions
@@ -35,7 +36,7 @@ export type ProjectConfigOptions = {
database_schema?: string
database_logging: LoggerOptions
// @deprecated - only postgres is supported, so this config has no effect
// @deprecated - only postgres is supported, so this config has no effect
database_type?: string
http_compression?: HttpCompressionOptions