forked from aleksanderd/quik-lua-rpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
53 lines (52 loc) · 1.23 KB
/
config.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
51
52
53
{
"endpoints": [
{
"type": "RPC",
"serde_protocol": "protobuf",
"active": true,
"address": {
"host": "127.0.0.1",
"port": 5560
},
"auth": {
"mechanism": "CURVE",
"plain": {
"users": [
{"username": "test_user", "password": "test_password"}
]
},
"curve": {
"server": {
"public": "rq:rM>}U?@Lns47E1%kR.o@n%FcmmsL/@{H8]yf7",
"secret": "JTKVSB%%)wK0E.X)V>+}o?pNmC{O&4W4b!Ni{Lh6"
},
"clients": ["Yne@$w-vo<fVvi]a<NY6T1ed:M$fCG*[IaLV{hID"]
}
}
},
{
"type": "PUB",
"serde_protocol": "protobuf",
"active": true,
"address": {
"host": "127.0.0.1",
"port": 5561
},
"auth": {
"mechanism": "PLAIN",
"plain": {
"users": [
{"username": "admin", "password": "letmein"}
]
},
"curve": {
"server": {
"public": "rq:rM>}U?@Lns47E1%kR.o@n%FcmmsL/@{H8]yf7",
"secret": "JTKVSB%%)wK0E.X)V>+}o?pNmC{O&4W4b!Ni{Lh6"
},
"clients": ["Yne@$w-vo<fVvi]a<NY6T1ed:M$fCG*[IaLV{hID"]
}
}
}
]
}