Skip to content

Commit

Permalink
Merge pull request #89 from whdalsrnt/master
Browse files Browse the repository at this point in the history
feat: add services
  • Loading branch information
whdalsrnt authored Dec 26, 2024
2 parents 716ffa0 + 539d0f3 commit 1a9af4d
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 1a9af4d

Please sign in to comment.