mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-25 02:00:07 +02:00

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',
|
|
},
|
|
}
|