-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.json
More file actions
30 lines (30 loc) · 756 Bytes
/
config.json
File metadata and controls
30 lines (30 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"ServerId": "test",
"AriHostname": "localhost",
"AriPort": 8088,
"AriUsername": "",
"AriPassword": "",
"Applications": [ "test" ],
"CloseDialogueOnPrimaryStasisEnd": "false",
"BackendProvider": "rmq",
"BackendConfig": {
"AmqpUri": "amqp://",
"DialogueConfig": {
"AutoDelete": "true",
"Exclusive": "false",
"Durable": "false",
"TTL": 30000
},
"AppQueueConfig": {
"AutoDelete": "false",
"Exclusive": "false",
"Durable": "false",
"TTL": -1
},
"Heartbeat": 30,
"CheckForClosedDialogues": "true"
},
"APCoR": {
"BindUri": "http://localhost:1234"
}
}