lox/crates/lox-distributor/config.json

18 lines
373 B
JSON

{
"db": {
"db_path": "lox_db",
"roll_back_date": {
"date_range_start": "2023-08-04_16:35:32",
"date_range_end": "2023-08-04_15:35:32"
}
},
"rtype": {
"endpoint": "http://127.0.0.1:7100/resource-stream",
"name": "https",
"token": "HttpsApiTokenPlaceholder",
"types": [
"obfs2",
"scramblesuit"
]
}
}