mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
344b4d0fa0
[web/realtime/history-v1] Support session secret rotation GitOrigin-RevId: 3c2fa27b1b3e0a8e0c9d1af2e616ce873d54aedf
10 lines
199 B
JavaScript
10 lines
199 B
JavaScript
module.exports = {
|
|
errors: {
|
|
catchUncaughtErrors: false,
|
|
},
|
|
|
|
security: {
|
|
sessionSecret: 'static-secret-for-tests',
|
|
sessionSecretFallback: 'static-secret-fallback-for-tests',
|
|
},
|
|
}
|