lox/crates/lox-distributor/config.json

19 lines
351 B
JSON
Raw Normal View History

{
2023-08-03 18:22:39 -04:00
"db": {
"db_path": "lox_db"
},
2023-10-25 13:58:24 -04:00
"metrics_port": 5222,
2023-08-28 19:33:19 -04:00
"bridge_config": {
"percent_spares": 50
2023-08-03 18:22:39 -04:00
},
"rtype": {
"endpoint": "http://127.0.0.1:7100/resources",
"name": "lox",
"token": "LoxApiTokenPlaceholder",
"types": [
"obfs4",
"scramblesuit"
]
}
}