feat(server): adjust telemetry config (#6424)

This commit is contained in:
EYHN
2024-04-02 03:44:47 +00:00
parent 8bd2408b0c
commit 366e0a4b60
4 changed files with 9 additions and 1 deletions

View File

@@ -188,7 +188,7 @@ export const getDefaultAFFiNEConfig: () => AFFiNEConfig = () => {
enabled: false,
},
telemetry: {
enabled: isSelfhosted && !process.env.DISABLE_SERVER_TELEMETRY,
enabled: isSelfhosted,
token: '389c0615a69b57cca7d3fa0a4824c930',
},
plugins: {