Mungert commited on
Commit
df610fa
·
verified ·
1 Parent(s): 659fc84

Update appsettings.json

Browse files
Files changed (1) hide show
  1. appsettings.json +3 -2
appsettings.json CHANGED
@@ -52,7 +52,8 @@
52
  "RedisSecret" : ".env",
53
  "MaxRetries" : -1,
54
  "RabbitPassword" : ".env",
55
- "LlmNoThink" : true
56
-
 
57
  }
58
 
 
52
  "RedisSecret" : ".env",
53
  "MaxRetries" : -1,
54
  "RabbitPassword" : ".env",
55
+ "LlmNoThink" : true,
56
+ "RabbitRoutingKey": "execute.local",
57
+ "RabbitExhangeType": "direct"
58
  }
59