feat(policy-file): move channel overrides to standalone channelPoliciesFile with hot reload
This commit is contained in:
12
docs/channel-policies.example.json
Normal file
12
docs/channel-policies.example.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"1476369680632647721": {
|
||||
"listMode": "agent-list",
|
||||
"agentList": ["1474088632750047324"],
|
||||
"endSymbols": ["🔚"]
|
||||
},
|
||||
"another-channel-id": {
|
||||
"listMode": "human-list",
|
||||
"humanList": ["561921120408698910"],
|
||||
"endSymbols": ["🔚"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user