mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[web] silence customer.io integration when not configured in dev/CI (#33731)
GitOrigin-RevId: c9498f57f0dacb3d18cd7617388df11d5cf029de
This commit is contained in:
@@ -330,6 +330,7 @@ module.exports = {
|
||||
|
||||
isCodeSpace: process.env.IS_CODE_SPACE === 'true',
|
||||
isDevEnv: process.env.NODE_ENV === 'development',
|
||||
isCI: process.env.NODE_ENV === 'test',
|
||||
|
||||
lockManager: {
|
||||
lockTestInterval: intFromEnv('LOCK_MANAGER_LOCK_TEST_INTERVAL', 50),
|
||||
|
||||
Reference in New Issue
Block a user