3 changed files with 1 additions and 63 deletions
@ -1,5 +1,5 @@ |
|||||
# .gitignore |
# .gitignore |
||||
#*.yaml |
*.yaml |
||||
*.log |
*.log |
||||
log |
log |
||||
!log/ |
!log/ |
||||
|
|||||
@ -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" |
|
||||
@ -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…
Reference in new issue