Skip to content

Commit 1a9af4d

Browse files
author
Jongmin Kim
authored
Merge pull request #89 from whdalsrnt/master
feat: add services
2 parents 716ffa0 + 539d0f3 commit 1a9af4d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

config/default.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@
2525
"statistics": "grpc://statistics:50051/v1",
2626
"notification": "grpc://notification:50051/v1",
2727
"config": "grpc://config:50051/v1",
28-
"billing": "grpc://billing:50051/v1",
29-
"power_scheduler": "grpc://power-scheduler:50051/v1",
30-
"spot_automation": "grpc://spot-automation:50051/v1",
3128
"cost_analysis": "grpc://cost-analysis:50051/v1",
3229
"board": "grpc://board:50051/v1",
3330
"file_manager": "grpc://file-manager:50051/v1",
34-
"dashboard": "grpc://dashboard:50051/v1"
31+
"dashboard": "grpc://dashboard:50051/v1",
32+
"opsflow": "grpc://opsflow:50051/v1",
3533
},
3634
"baseURL": "http://localhost:3000",
3735
"baseURLV2": "",

0 commit comments

Comments
 (0)