Skip to content

Commit bd86f38

Browse files
add ticketing and discount services to stubs config
1 parent 410faed commit bd86f38

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

protos/stubs/stubs_configs.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@
3535
"proto_file_path": "protos/storage_management.proto",
3636
"host": "storage-management-grpc-server",
3737
"port": 50055
38+
},
39+
{
40+
"name": "Ticketing",
41+
"proto_file_path": "protos/platform_management/ticketing_server.proto",
42+
"host": "ticketing_server",
43+
"port": 50056
44+
},
45+
{
46+
"name": "Discount",
47+
"proto_file_path": "protos/platform_management/discount_server.proto",
48+
"host": "discount_server",
49+
"port": 50057
3850
}
3951
]
4052
}

0 commit comments

Comments
 (0)