From 539d0f3fe10960c3d0a10b93d919d72b3e09f660 Mon Sep 17 00:00:00 2001 From: Jongmin Kim Date: Thu, 26 Dec 2024 13:59:22 +0900 Subject: [PATCH] feat: add services Signed-off-by: Jongmin Kim --- config/default.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/default.json b/config/default.json index 6d7d088..5e54cda 100644 --- a/config/default.json +++ b/config/default.json @@ -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": "",