We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928aa1d commit 82a553dCopy full SHA for 82a553d
redisinsight/api/config/production.ts
@@ -22,6 +22,9 @@ export default {
22
server: {
23
env: 'production',
24
},
25
+ analytics: {
26
+ writeKey: process.env.SEGMENT_WRITE_KEY || 'lK5MNZgHbxj6vQwFgqZxygA0BiDQb32n',
27
+ },
28
db: {
29
database: join(homedir, 'redisinsight.db'),
30
redisinsight/api/config/staging.ts
env: 'staging',
+ writeKey: process.env.SEGMENT_WRITE_KEY || 'Ba1YuGnxzsQN9zjqTSvzPc6f3AvmH1mj',
0 commit comments