lox/crates/lox-distributor/config.json

23 lines
439 B
JSON
Raw Normal View History

{
2023-08-03 18:22:39 -04:00
"db": {
"db_path": "lox_db"
},
"lox_authority_port": 8001,
2023-10-25 13:58:24 -04:00
"metrics_port": 5222,
2023-08-28 19:33:19 -04:00
"bridge_config": {
"watched_blockages": [
"RU"
],
"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",
"snowflake"
]
}
}