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.
31 lines
1.0 KiB
31 lines
1.0 KiB
#App主配置
|
|
appsetup:
|
|
port: 18889 #服务端口
|
|
readtime: 3600 #请求的读取操作在超时前的最大持续时间
|
|
writetime : 3600 #回复的写入操作在超时前的最大持续时间
|
|
appkey: 'application_platform_qin_dong' #应用程序密钥
|
|
password: '666666' #系统默认密码
|
|
prefix: 'App' #系统字段前缀
|
|
weburl: 'http://web.xxx.com' #web访问地址
|
|
pcurl: 'http://www.xxx.com' #PC访问地址
|
|
#日志配置
|
|
logconfig:
|
|
path: 'log' #日志保存地址
|
|
#验证码相关设置
|
|
captcha:
|
|
key-long: 6
|
|
img-width: 240
|
|
img-height: 80
|
|
|
|
#Redis前缀
|
|
redisprefix:
|
|
prefix: "HXGK_GO_ZhixingCollege"
|
|
alias: "dev"
|
|
activateCluster: false
|
|
poolSize: 0 # 连接池最大socket连接数,默认为4倍CPU数, 4 * runtime.NumCPU
|
|
minIdleConns: 17 #在启动阶段创建指定数量的Idle连接,并长期维持idle状态的连接数不少于指定数量;。
|
|
dialTimeout: 5 #连接建立超时时间,默认5秒。
|
|
|
|
#企业微信相关配置
|
|
wechatcompany:
|
|
companyid: 'xxxxxxxxxxx' #企业ID
|
|
|