lox/crates/lox-distributor/config.json

25 lines
478 B
JSON
Raw Normal View History

{
2023-08-03 18:22:39 -04:00
"db": {
"db_path": "lox_db"
},
"lox_authority_port": 8001,
"troll_patrol_port": 8002,
2023-10-25 13:58:24 -04:00
"metrics_port": 5222,
2023-08-28 19:33:19 -04:00
"bridge_config": {
"watched_blockages": [
"RU"
],
"percent_spares": 50
2023-08-03 18:22:39 -04:00
},
"rtype": {
"endpoint": "http://127.0.0.1:7100/resources",
2023-11-14 14:08:07 -05:00
"name": "https",
"token": "HttpsApiTokenPlaceholder",
"types": [
2023-11-14 14:08:07 -05:00
"obfs2",
"scramblesuit"
]
}
2023-11-14 14:08:07 -05:00
}