lox/crates/lox-distributor/config.json

15 lines
238 B
JSON

{
"db": {
"db_path": "lox_db"
},
"rtype": {
"endpoint": "http://127.0.0.1:7100/resources",
"name": "https",
"token": "HttpsApiTokenPlaceholder",
"types": [
"obfs2",
"scramblesuit"
]
}
}