lox/crates/lox-distributor/config.json

25 lines
478 B
JSON

{
"db": {
"db_path": "lox_db"
},
"lox_authority_port": 8001,
"troll_patrol_port": 8002,
"metrics_port": 5222,
"bridge_config": {
"watched_blockages": [
"RU"
],
"percent_spares": 50
},
"rtype": {
"endpoint": "http://127.0.0.1:7100/resources",
"name": "https",
"token": "HttpsApiTokenPlaceholder",
"types": [
"obfs2",
"scramblesuit"
]
}
}