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/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