From 59933c51486ffaa6c5a72c48ded047f8cfa4bedc Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Wed, 14 Jun 2023 10:11:38 +0800 Subject: [PATCH] new DFS gateway --- csst_common/data/{dfs_conf.yml => node_conf.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename csst_common/data/{dfs_conf.yml => node_conf.yml} (89%) diff --git a/csst_common/data/dfs_conf.yml b/csst_common/data/node_conf.yml similarity index 89% rename from csst_common/data/dfs_conf.yml rename to csst_common/data/node_conf.yml index da33589..bb7ee74 100644 --- a/csst_common/data/dfs_conf.yml +++ b/csst_common/data/node_conf.yml @@ -1,7 +1,7 @@ --- pml: CSST_DFS_API_MODE: "cluster" - CSST_DFS_GATEWAY: "172.24.21.2:30880" + CSST_DFS_GATEWAY: "172.24.27.2:30880" CSST_DFS_APP_ID: "test" CSST_DFS_APP_TOKEN: "test" -- GitLab