From dd3cafc8f117aa1e5f7a62b982c61439ab4f13fc Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Sat, 27 Aug 2022 14:12:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/configDatabase/database.yaml | 192 ---------------------------- 1 file changed, 192 deletions(-) delete mode 100644 config/configDatabase/database.yaml diff --git a/config/configDatabase/database.yaml b/config/configDatabase/database.yaml deleted file mode 100644 index 0c3b74e..0000000 --- a/config/configDatabase/database.yaml +++ /dev/null @@ -1,192 +0,0 @@ -#数据库配置 - -#主数据库 -master: - url_path: '127.0.0.1' #数据库地址 - port: 3306 #数据库端口 - charset: 'utf8mb4' #数据库编码方式 - parseTime: 'True' #是否自动转换时间 - loc: 'Local' #时区 - name: 'hengxingaoke_tes' #数据库名称 - username: 'hengxingaoke_tes' #数据库用户民 - password: 'rjwi58B6zYCHMbGZ' #数据库密码 - max_idle_conns: 100 #最大空闲数量 - max_open_conns: 1500 #最大打开数量 - gorm_log: false #是否开启gorm日志 -#微信数据库 -wechat: - url_path: '127.0.0.1' #数据库地址 - port: 3306 #数据库端口 - charset: 'utf8mb4' #数据库编码方式 - parseTime: 'True' #是否自动转换时间 - loc: 'Local' #时区 - name: 'wechatuser' #数据库名称 - username: 'wechatuser' #数据库用户民 - password: 'ESEYc527J5AAdfka' #数据库密码 - max_idle_conns: 100 #最大空闲数量 - max_open_conns: 1500 #最大打开数量 - gorm_log: false #是否开启gorm日志 -#HR数据库 -hrdatabase: - url_path: '127.0.0.1' #数据库地址 - port: 3306 #数据库端口 - charset: 'utf8mb4' #数据库编码方式 - parseTime: 'True' #是否自动转换时间 - loc: 'Local' #时区 - name: 'hr_new' #数据库名称 - username: 'hr_new' #数据库用户民 - password: 'AnknKiXiXaxNrw78' #数据库密码 - max_idle_conns: 100 #最大空闲数量 - max_open_conns: 1500 #最大打开数量 - gorm_log: true #是否开启gorm日志 -#文档属性数据库 -fileBookDate: - url_path: '127.0.0.1' #数据库地址 - port: 3306 #数据库端口 - charset: 'utf8mb4' #数据库编码方式 - parseTime: 'True' #是否自动转换时间 - loc: 'Local' #时区 - name: 'learn_message' #数据库名称 - username: 'learn_message' #数据库用户民 - password: '3bdd844687' #数据库密码 - max_idle_conns: 100 #最大空闲数量 - max_open_conns: 1500 #最大打开数量 - gorm_log: true #是否开启gorm日志 -#错题库 -errorSubjectDate: - url_path: '127.0.0.1' #数据库地址 - port: 3306 #数据库端口 - charset: 'utf8mb4' #数据库编码方式 - parseTime: 'True' #是否自动转换时间 - loc: 'Local' #时区 - name: 'wrong_question_bank' #数据库名称 - username: 'wrong_question_bank' #数据库用户民 - password: '7f7ac6c8f5' #数据库密码 - max_idle_conns: 100 #最大空闲数量 - max_open_conns: 1500 #最大打开数量 - gorm_log: true #是否开启gorm日志 -#自我测验 -myTestDate: - url_path: '127.0.0.1' #数据库地址 - port: 3306 #数据库端口 - charset: 'utf8mb4' #数据库编码方式 - parseTime: 'True' #是否自动转换时间 - loc: 'Local' #时区 - name: 'selftestdatabase' #数据库名称 - username: 'selftestdatabase' #数据库用户民 - password: '6755319456' #数据库密码 - max_idle_conns: 100 #最大空闲数量 - max_open_conns: 1500 #最大打开数量 - gorm_log: true #是否开启gorm日志 - -#图文信息数据库 -imageTextDate: - url_path: '127.0.0.1' #数据库地址 - port: 3306 #数据库端口 - charset: 'utf8mb4' #数据库编码方式 - parseTime: 'True' #是否自动转换时间 - loc: 'Local' #时区 - name: 'readdocument' #数据库名称 - username: 'readdocument' #数据库用户民 - password: 'f2c943d2ab' #数据库密码 - max_idle_conns: 100 #最大空闲数量 - max_open_conns: 1500 #最大打开数量 - gorm_log: true #是否开启gorm日志 - -#计分明细数据库 -scoringDetailsDate: - url_path: '127.0.0.1' #数据库地址 - port: 3306 #数据库端口 - charset: 'utf8mb4' #数据库编码方式 - parseTime: 'True' #是否自动转换时间 - loc: 'Local' #时区 - name: 'league_table_data' #数据库名称 - username: 'league_table_data' #数据库用户民 - password: 'e0eb142add' #数据库密码 - max_idle_conns: 100 #最大空闲数量 - max_open_conns: 1500 #最大打开数量 - gorm_log: true #是否开启gorm日志 - -#趣味问答 -questionsAnswersDate: - url_path: '127.0.0.1' #数据库地址 - port: 3306 #数据库端口 - charset: 'utf8mb4' #数据库编码方式 - parseTime: 'True' #是否自动转换时间 - loc: 'Local' #时区 - name: 'ques_and_answers' #数据库名称 - username: 'ques_and_answers' #数据库用户民 - password: 'c8caf5d256' #数据库密码 - max_idle_conns: 100 #最大空闲数量 - max_open_conns: 1500 #最大打开数量 - gorm_log: true #是否开启gorm日志 - -#风云榜统计数据库 -billboardDate: - url_path: '127.0.0.1' #数据库地址 - port: 3306 #数据库端口 - charset: 'utf8mb4' #数据库编码方式 - parseTime: 'True' #是否自动转换时间 - loc: 'Local' #时区 - name: 'statisticsing' #数据库名称 - username: 'statisticsing' #数据库用户民 - password: '19c66cdb65' #数据库密码 - max_idle_conns: 100 #最大空闲数量 - max_open_conns: 1500 #最大打开数量 - gorm_log: true #是否开启gorm日志 - -#健康上报数据库 -healthReportDate: - url_path: '127.0.0.1' #数据库地址 - port: 3306 #数据库端口 - charset: 'utf8mb4' #数据库编码方式 - parseTime: 'True' #是否自动转换时间 - loc: 'Local' #时区 - name: 'location' #数据库名称 - username: 'location' #数据库用户民 - password: 'cf57497e02' #数据库密码 - max_idle_conns: 100 #最大空闲数量 - max_open_conns: 1500 #最大打开数量 - gorm_log: true #是否开启gorm日志 - -#绩效考核数据库 -kpiDate: - url_path: '127.0.0.1' #数据库地址 - port: 3306 #数据库端口 - charset: 'utf8mb4' #数据库编码方式 - parseTime: 'True' #是否自动转换时间 - loc: 'Local' #时区 - name: 'perform' #数据库名称 - username: 'perform' #数据库用户民 - password: '7GCpac8TcAJX88yk' #数据库密码 - max_idle_conns: 100 #最大空闲数量 - max_open_conns: 1500 #最大打开数量 - gorm_log: true #是否开启gorm日志 - -#企业微信回调记录 -wechatCallBackLogDate: - url_path: '127.0.0.1' #数据库地址 - port: 3306 #数据库端口 - charset: 'utf8mb4' #数据库编码方式 - parseTime: 'True' #是否自动转换时间 - loc: 'Local' #时区 - name: 'wechatlog' #数据库名称 - username: 'wechatlog' #数据库用户民 - password: '1b7fa92eed' #数据库密码 - max_idle_conns: 100 #最大空闲数量 - max_open_conns: 1500 #最大打开数量 - gorm_log: true #是否开启gorm日志 - -#管理档案 -managearchives: - url_path: '127.0.0.1' #数据库地址 - port: 3306 #数据库端口 - charset: 'utf8mb4' #数据库编码方式 - parseTime: 'True' #是否自动转换时间 - loc: 'Local' #时区 - name: 'manage_archives' #数据库名称 - username: 'manage_archives' #数据库用户民 - password: '133ef6c58c' #数据库密码 - max_idle_conns: 100 #最大空闲数量 - max_open_conns: 1500 #最大打开数量 - gorm_log: true #是否开启gorm日志 \ No newline at end of file