|
9 | 9 | { |
10 | 10 | "name": "NotificationEmail", |
11 | 11 | "proto_file_path": "protos/platform_management/notification_server/email.proto", |
12 | | - "host": "notification_email_grpc_server", |
| 12 | + "host": "notification-email-grpc-server", |
13 | 13 | "port": 50051 |
14 | 14 | }, |
15 | 15 | { |
16 | 16 | "name": "Recommendation", |
17 | 17 | "proto_file_path": "protos/ai_services/ai_models/recommendation.proto", |
18 | | - "host": "recommendation_grpc_server", |
| 18 | + "host": "recommendation-grpc-server", |
19 | 19 | "port": 50052 |
20 | 20 | }, |
21 | 21 | { |
22 | 22 | "name": "Wallet", |
23 | 23 | "proto_file_path": "protos/platform_management/wallet_server.proto", |
24 | | - "host": "wallet_grpc_server", |
| 24 | + "host": "wallet-grpc-server", |
25 | 25 | "port": 50053 |
26 | 26 | }, |
27 | 27 | { |
28 | 28 | "name": "Management", |
29 | 29 | "proto_file_path": "protos/platform_management/management_server.proto", |
30 | | - "host": "platform_management_grpc_server", |
| 30 | + "host": "platform-management-grpc-server", |
31 | 31 | "port": 50054 |
32 | 32 | }, |
33 | 33 | { |
34 | 34 | "name": "StorageManagement", |
35 | 35 | "proto_file_path": "protos/storage_management.proto", |
36 | | - "host": "storage_management_grpc_server", |
| 36 | + "host": "storage-management-grpc-server", |
37 | 37 | "port": 50055 |
38 | 38 | } |
39 | 39 | ] |
|
0 commit comments