mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
8 lines
No EOL
509 B
JSON
8 lines
No EOL
509 B
JSON
[
|
|
{"name": "protocol", "path": ["protocol"], "type": "string", "config": {"Mutex": true}},
|
|
{"name": "port", "path": ["port"], "type": "int"},
|
|
{"name": "client", "path": ["client"], "type": "string", "config": {"Mutex": true}},
|
|
{"name": "server", "path": ["server"], "type": "string", "config": {"Mutex": true}},
|
|
{"name": "suspicious", "path": ["metadata", "suspicious"], "type": "bool"},
|
|
{"name": "region", "path": ["metadata", "region"], "type": "string", "config": {"Mutex": true}}
|
|
] |