control-center/thrift-config.json

39 lines
1.3 KiB
JSON
Raw Normal View History

{
"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",
2020-10-22 18:15:18 +00:00
"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"
}
]
}
]
}