Skip to content

Commit 8306097

Browse files
Merge pull request #579 from RedisInsight/zalenskiSofteq-patch-1
2 parents 86626d9 + 2e38785 commit 8306097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/config/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default {
6868
migrationsRun: process.env.DB_MIGRATIONS ? process.env.DB_MIGRATIONS === 'true' : true,
6969
},
7070
redis_cloud: {
71-
url: process.env.REDIS_CLOUD_URL || 'https://api.qa.redislabs.com/v1',
71+
url: process.env.REDIS_CLOUD_URL || 'https://api-cloudapi.qa.redislabs.com/v1',
7272
},
7373
redis_clients: {
7474
idleSyncInterval: parseInt(process.env.CLIENTS_IDLE_SYNC_INTERVAL, 10) || 1000 * 60 * 60, // 1hr

0 commit comments

Comments
 (0)