mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
49dc94192a
add cookie session metrics for real-time GitOrigin-RevId: 6b482dafc19fca46a375ea00a9b2297e20d915ce
11 lines
262 B
JavaScript
11 lines
262 B
JavaScript
module.exports = {
|
|
errors: {
|
|
catchUncaughtErrors: false,
|
|
},
|
|
|
|
security: {
|
|
sessionSecret: 'static-secret-for-tests',
|
|
sessionSecretFallback: 'static-secret-fallback-for-tests',
|
|
sessionSecretUpcoming: 'static-secret-upcoming-for-tests',
|
|
},
|
|
}
|