소스 검색

删除临时配置文件夹

chenhongyan1989 2 주 전
부모
커밋
7fdbe889c5
1개의 변경된 파일0개의 추가작업 그리고 38개의 파일을 삭제
  1. 0 38
      conf_template/appConfig.json

+ 0 - 38
conf_template/appConfig.json

@@ -1,38 +0,0 @@
-{
-  "databaseConfig": {
-    "businessFoundationDb": {
-      "type": "mysql",
-      "url": "mysql+pymysql://admin:admin123456@106.120.102.238:16306/energy_show",
-      "timeout": 30,
-      "poolSize": 2,
-      "maxPoolSize": 20,
-      "minPoolSize": 5,
-      "maxIdleTime": 300
-    },
-    "businessDb": {
-      "type": "mysql",
-      "url": "mysql+pymysql://admin:admin123456@106.120.102.238:16306/energy_data_prod",
-      "timeout": 30,
-      "poolSize": 10,
-      "maxPoolSize": 20,
-      "minPoolSize": 5,
-      "maxIdleTime": 300
-    }
-  },
-  "minioConfig": {
-    "endpoint": "106.120.102.238:16900",
-    "accessKey": "6VkF2ul6X7udr7RLsG2W",
-    "secretKey": "jtBuqZ80biRWQf6sbwzDQJwHtEBicPjkZBtvjTrA",
-    "secure": true,
-    "poolSize": 10,
-    "timeout": 60
-  },
-  "loggingConfig": {
-    "logFilePath": "log/app.log",
-    "maxFileSize": 10485760,
-    "maxTotalSize": 104857600,
-    "backupCount": 5,
-    "logFormat": "%(asctime)s - %(name)s - %(levelname)s - %(message)s",
-    "level": "INFO"
-  }
-}