Skip to content

Commit 35ff711

Browse files
Merge pull request #2416 from RedisInsight/be/feature/RI-4783-delete_default_triggers_and_functions_commands
#RI-4783 - remove default triggers and functions commands
2 parents e66ca7c + ab7aab8 commit 35ff711

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

redisinsight/api/config/default.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ export default {
199199
name: 'triggers_and_functions',
200200
url: process.env.COMMANDS_TRIGGERS_AND_FUNCTIONS_URL
201201
|| 'https://raw.githubusercontent.com/RedisGears/RedisGears/master/commands.json',
202-
defaultUrl: process.env.COMMANDS_TRIGGERS_AND_FUNCTIONS_DEFAULT_URL
203-
|| 'https://s3.amazonaws.com/redisinsight.download/public/commands/triggers_and_functions.json',
204202
},
205203
],
206204
connections: {

0 commit comments

Comments
 (0)