lox/crates/lox-distributor/config.json

18 lines
333 B
JSON
Raw Normal View History

{
2023-08-03 18:22:39 -04:00
"db": {
"db_path": "lox_db"
},
"bridge_allocation": {
"percent_spares": 50
2023-08-03 18:22:39 -04:00
},
"rtype": {
"endpoint": "http://127.0.0.1:7100/resources",
"name": "https",
"token": "HttpsApiTokenPlaceholder",
"types": [
"obfs2",
"scramblesuit"
]
}
}