Browse Source

Merge branch 'v1_dev'

master
超级管理员 3 years ago
parent
commit
868026ff78
  1. 2
      .gitignore
  2. 21
      config/configApp/appConfig.yaml
  3. 41
      config/configNosql/redis.yaml

2
.gitignore

@ -1,5 +1,5 @@
# .gitignore
#*.yaml
*.yaml
*.log
log
!log/

21
config/configApp/appConfig.yaml

@ -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"

41
config/configNosql/redis.yaml

@ -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
Loading…
Cancel
Save