Add Redis URL to Medusa config
This commit is contained in:
parent
41aff1c8bc
commit
0158577a62
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ module.exports = defineConfig({
|
|||
},
|
||||
projectConfig: {
|
||||
databaseUrl: process.env.DATABASE_URL,
|
||||
redisUrl: process.env.REDIS_URL,
|
||||
http: {
|
||||
storeCors: process.env.STORE_CORS!,
|
||||
adminCors: process.env.ADMIN_CORS!,
|
||||
|
|
|
|||
Loading…
Reference in a new issue