blob: 1de49f9d1c8efb093c4696e6140e67a05aba5a0a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"BbEnvType": 1,
"clients": {
"me": {
"secret": "fake_secret",
"self_tvm_id": 42,
"dsts": {
"he": {
"dst_id": 100500
},
"she": {
"dst_id": 100501
}
}
}
}
}
|