KPI绩效考核系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
546 B

3 years ago
#App主配置
appsetup:
port: 6666 #服务端口
readtime: 3600 #请求的读取操作在超时前的最大持续时间
writetime : 3600 #回复的写入操作在超时前的最大持续时间
appkey: 'heng_xin_gao_ke_AppKey' #应用程序密钥
3 years ago
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"