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.
11 lines
384 B
11 lines
384 B
|
|
#App主配置
|
|
appsetup:
|
|
port: 6666 #服务端口
|
|
readtime: 3600 #请求的读取操作在超时前的最大持续时间
|
|
writetime : 3600 #回复的写入操作在超时前的最大持续时间
|
|
appkey: 'HengXinGaoKeAppKey' #应用程序密钥
|
|
password: '123456789' #系统默认密码
|
|
prefix: 'HXJT' #系统字段前缀
|
|
logconfig:
|
|
path: 'log' #日志保存地址
|