Skip to content

Commit

Permalink
feat: add services
Browse files Browse the repository at this point in the history
Signed-off-by: Jongmin Kim <whdalsrnt@megazone.com>
  • Loading branch information
whdalsrnt committed Dec 26, 2024
1 parent 716ffa0 commit 539d0f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@
"statistics": "grpc://statistics:50051/v1",
"notification": "grpc://notification:50051/v1",
"config": "grpc://config:50051/v1",
"billing": "grpc://billing:50051/v1",
"power_scheduler": "grpc://power-scheduler:50051/v1",
"spot_automation": "grpc://spot-automation:50051/v1",
"cost_analysis": "grpc://cost-analysis:50051/v1",
"board": "grpc://board:50051/v1",
"file_manager": "grpc://file-manager:50051/v1",
"dashboard": "grpc://dashboard:50051/v1"
"dashboard": "grpc://dashboard:50051/v1",
"opsflow": "grpc://opsflow:50051/v1",
},
"baseURL": "http://localhost:3000",
"baseURLV2": "",
Expand Down

0 comments on commit 539d0f3

Please sign in to comment.