diff --git a/.gitignore b/.gitignore index 2baf151..e256a41 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # .gitignore -#*.yaml +*.yaml *.log log !log/ diff --git a/config/configApp/appConfig.yaml b/config/configApp/appConfig.yaml deleted file mode 100644 index 7eda376..0000000 --- a/config/configApp/appConfig.yaml +++ /dev/null @@ -1,21 +0,0 @@ - -#App主配置 -appsetup: - port: 6666 #服务端口 - readtime: 3600 #请求的读取操作在超时前的最大持续时间 - writetime : 3600 #回复的写入操作在超时前的最大持续时间 - appkey: 'heng_xin_gao_ke_AppKey' #应用程序密钥 - password: '123456789' #系统默认密码 - prefix: 'HXJT' #系统字段前缀 -logconfig: - path: 'log' #日志保存地址 -#验证码相关设置 -captcha: - key-long: 6 - img-width: 240 - img-height: 80 - -#Redis前缀 -redisprefix: - prefix: "HXGK_GO_ZhixingCollege" - alias: "dev" \ No newline at end of file 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 diff --git a/config/configNosql/redis.yaml b/config/configNosql/redis.yaml deleted file mode 100644 index 7356f5b..0000000 --- a/config/configNosql/redis.yaml +++ /dev/null @@ -1,41 +0,0 @@ -#Redis配置文件 -master: - url_path: '127.0.0.1' - port: 6379 #数据库端口 - password: "" - name: 0 - -#Redis配置文件 -master1: - url_path: '127.0.0.1' - port: 6379 #数据库端口 - password: "" - name: 1 - -#Redis配置文件 -master2: - url_path: '127.0.0.1' - port: 6379 #数据库端口 - password: "" - name: 2 - -#Redis配置文件 -master3: - url_path: '127.0.0.1' - port: 6379 #数据库端口 - password: "" - name: 3 - -#Redis配置文件 -master4: - url_path: '127.0.0.1' - port: 6379 #数据库端口 - password: "" - name: 4 - -#Redis配置文件 -master5: - url_path: '127.0.0.1' - port: 6379 #数据库端口 - password: "" - name: 5 \ No newline at end of file