lox/crates/lox-distributor/config.json

15 lines
238 B
JSON
Raw Normal View History

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