control-center/thrift-config.json
2021-03-31 14:05:35 +03:00

39 lines
1.3 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"
}
]
}
]
}