Skip to content

Commit 2e38785

Browse files
update stage Redis Cloud API link
1 parent 7e39051 commit 2e38785

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)