Skip to content

Commit 6fd988a

Browse files
committed
VITE_OBP_SERVER_SESSION_PASSWORD corrected name
1 parent 8a8ee8e commit 6fd988a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ app.use(express.json())
121121
let sessionObject = {
122122
store: redisStore,
123123
name: 'obp-api-explorer-ii.sid', // CRITICAL: Unique cookie name to prevent conflicts with other apps on localhost
124-
secret: process.env.VITE_OPB_SERVER_SESSION_PASSWORD,
124+
secret: process.env.VITE_OBP_SERVER_SESSION_PASSWORD,
125125
resave: false,
126126
saveUninitialized: false, // Don't save empty sessions (better for authenticated apps)
127127
cookie: {

0 commit comments

Comments
 (0)