Browse Source

数据源配置

chendayu 2 years ago
parent
commit
d292560742
1 changed files with 36 additions and 36 deletions
  1. 36 36
      target/classes/configSetting.json

+ 36 - 36
target/classes/configSetting.json

@@ -1,38 +1,38 @@
 [
-    {
-        "sourceId": "1",   
-        "sourceName": "FSS",
-        "name": "192.168.1.24",
-        "id": 1,
-        "userName": "root",
-        "passWord": "xiaoshi221101",
-        "filePath": "/file/"
-    },
-    {
-        "sourceId": "2",
-        "sourceName": "FSS",
-        "name": "192.168.1.24",
-        "id": 1,
-        "userName": "root",
-        "passWord": "xiaoshi221101",
-        "filePath": "/project/pas/prod/file/"
-    },
-    {
-        "sourceId": "3",
-        "sourceName": "FSS",
-        "name": "192.168.1.24",
-        "id": 1,
-        "userName": "root",
-        "passWord": "xiaoshi221101",
-        "filePath": "/project/rms/prod/file/"
-    },
-    {
-        "sourceId": "4",
-        "sourceName": "OSS",
-        "name": "阿里云",
-        "id": 2,
-        "userName": "xiexiang",
-        "passWord": "xiexiang123456",
-        "filePath": "/file/"
-    }
+  {
+    "sourceId": "1",
+    "sourceName": "FSS",
+    "name": "192.168.1.24",
+    "id": 1,
+    "userName": "root",
+    "passWord": "xiaoshi221101",
+    "filePath": "/project/pas/prod/file/"
+  },
+  {
+    "sourceId": "2",
+    "sourceName": "FSS",
+    "name": "192.168.1.24",
+    "id": 1,
+    "userName": "root",
+    "passWord": "xiaoshi221101",
+    "filePath": "/project/rms/prod/file/"
+  },
+  {
+    "sourceId": "3",
+    "sourceName": "FSS",
+    "name": "139.224.24.90",
+    "id": 1,
+    "userName": "root",
+    "passWord": "cslg-pas-820f1e412aaf",
+    "filePath": "/project/pas/prod/file/"
+  },
+  {
+    "sourceId": "4",
+    "sourceName": "FSS",
+    "name": "139.224.24.90",
+    "id": 1,
+    "userName": "root",
+    "passWord": "cslg-pas-820f1e412aaf",
+    "filePath": "/project/rms/prod/file/"
+  }
 ]