Skip to content

Commit 8425433

Browse files
authored
stubs name changed (#51)
1 parent cd45fb1 commit 8425433

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

protos/stubs/stubs_configs.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@
99
{
1010
"name": "NotificationEmail",
1111
"proto_file_path": "protos/platform_management/notification_server/email.proto",
12-
"host": "notification_email_grpc_server",
12+
"host": "notification-email-grpc-server",
1313
"port": 50051
1414
},
1515
{
1616
"name": "Recommendation",
1717
"proto_file_path": "protos/ai_services/ai_models/recommendation.proto",
18-
"host": "recommendation_grpc_server",
18+
"host": "recommendation-grpc-server",
1919
"port": 50052
2020
},
2121
{
2222
"name": "Wallet",
2323
"proto_file_path": "protos/platform_management/wallet_server.proto",
24-
"host": "wallet_grpc_server",
24+
"host": "wallet-grpc-server",
2525
"port": 50053
2626
},
2727
{
2828
"name": "Management",
2929
"proto_file_path": "protos/platform_management/management_server.proto",
30-
"host": "platform_management_grpc_server",
30+
"host": "platform-management-grpc-server",
3131
"port": 50054
3232
},
3333
{
3434
"name": "StorageManagement",
3535
"proto_file_path": "protos/storage_management.proto",
36-
"host": "storage_management_grpc_server",
36+
"host": "storage-management-grpc-server",
3737
"port": 50055
3838
}
3939
]

0 commit comments

Comments
 (0)