Skip to content

Commit 82a553d

Browse files
author
Artem
committed
hardcode telemetry keys
1 parent 928aa1d commit 82a553d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

redisinsight/api/config/production.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ export default {
2222
server: {
2323
env: 'production',
2424
},
25+
analytics: {
26+
writeKey: process.env.SEGMENT_WRITE_KEY || 'lK5MNZgHbxj6vQwFgqZxygA0BiDQb32n',
27+
},
2528
db: {
2629
database: join(homedir, 'redisinsight.db'),
2730
},

redisinsight/api/config/staging.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ export default {
2222
server: {
2323
env: 'staging',
2424
},
25+
analytics: {
26+
writeKey: process.env.SEGMENT_WRITE_KEY || 'Ba1YuGnxzsQN9zjqTSvzPc6f3AvmH1mj',
27+
},
2528
db: {
2629
database: join(homedir, 'redisinsight.db'),
2730
},

0 commit comments

Comments
 (0)