Merge pull request #18283 from overleaf/bg-session-secret-use-session-secret-in-web
replace SECURITY_SESSION_SECRET with SESSION_SECRET in web GitOrigin-RevId: f6ff5f13cf04e1b59fe44a394a0888af55ae140f
This commit is contained in:
@@ -43,7 +43,7 @@ if (httpAuthUser && httpAuthPass) {
|
||||
httpAuthUsers[httpAuthUser] = httpAuthPass
|
||||
}
|
||||
|
||||
const sessionSecret = process.env.SESSION_SECRET || 'secret-please-change'
|
||||
const sessionSecret = process.env.SESSION_SECRET
|
||||
|
||||
const intFromEnv = function (name, defaultValue) {
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user