diff --git a/src/session-store.ts b/src/session-store.ts index c4133f92..aeb3af10 100644 --- a/src/session-store.ts +++ b/src/session-store.ts @@ -7,7 +7,7 @@ export function getSessionStore(): SessionStore { if (store) return store; - if (process.env.REDIS_HOST) { + if (process.env.REDIS_URI) { store = new RedisStore({ prefix: 'A12N-session', clientOptions: {