control-center/thrift-config.json

49 lines
1.6 KiB
JSON

{
"proto": {
"damsel": { "path": "./node_modules/damsel/proto", "meta": true },
"machinegun": "./node_modules/machinegun_proto/proto",
"fistful": "./node_modules/fistful-proto/proto",
"messages": "./node_modules/messages-proto/proto",
"file-storage": "./node_modules/file-storage-proto/proto",
"ank": "./node_modules/ank-proto/proto",
"skipper": { "path": "./node_modules/skipper-proto/proto", "meta": true },
"deanonimus": { "path": "./node_modules/deanonimus-proto/proto", "meta": true }
},
"config": [
{
"namespace": "fistful",
"baseUrl": "./node_modules/fistful-proto/proto",
"services": [
{
"outputFolder": "wallet",
"definitionFile": "wallet.thrift"
},
{
"outputFolder": "deposit",
"definitionFile": "deposit.thrift"
}
]
},
{
"namespace": "damsel",
"baseUrl": "./node_modules/damsel/proto",
"services": [
{
"outputFolder": "domain-config",
"definitionFile": "domain_config.thrift"
}
]
},
{
"namespace": "dominant-cache",
"baseUrl": "./node_modules/dominant-cache-proto/proto",
"services": [
{
"outputFolder": "dominant-cache",
"definitionFile": "dominant_cache.thrift"
}
]
}
]
}