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 7e39051 commit 2e38785Copy full SHA for 2e38785
redisinsight/api/config/default.ts
@@ -68,7 +68,7 @@ export default {
68
migrationsRun: process.env.DB_MIGRATIONS ? process.env.DB_MIGRATIONS === 'true' : true,
69
},
70
redis_cloud: {
71
- url: process.env.REDIS_CLOUD_URL || 'https://api.qa.redislabs.com/v1',
+ url: process.env.REDIS_CLOUD_URL || 'https://api-cloudapi.qa.redislabs.com/v1',
72
73
redis_clients: {
74
idleSyncInterval: parseInt(process.env.CLIENTS_IDLE_SYNC_INTERVAL, 10) || 1000 * 60 * 60, // 1hr
0 commit comments