forked from Roave/shorty
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig-client-multi.dist.json
50 lines (50 loc) · 1.09 KB
/
config-client-multi.dist.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"smpp": [
{
"mode": "transmitter",
"host": "127.0.0.1",
"port": 2775,
"system_id": "username",
"password": "password",
"system_type": "SHORTY",
"addr_ton": 0,
"addr_npi": 1,
"addr_range": "",
"timeout": 30,
"client_keepalive": false,
"client_reconnect_interval": 2500,
"strict": 1
},
{
"mode": "transceiver",
"host": "127.0.0.1",
"port": 2777,
"system_id": "username",
"password": "password",
"system_type": "SHORTY",
"addr_ton": 0,
"addr_npi": 1,
"addr_range": "",
"timeout": 30,
"client_keepalive": false,
"client_reconnect_interval": 2500,
"strict": 1
},
{
"mode": "transceiver",
"host": "127.0.0.1",
"port": 2779,
"system_id": "username",
"password": "password",
"system_type": "SHORTY",
"addr_ton": 0,
"addr_npi": 1,
"addr_range": "",
"timeout": 30,
"client_keepalive": false,
"client_reconnect_interval": 2500,
"strict": 1
}
],
"debug": true
}