fs-danaus
2021-03-05 a6a76f98715a5539c8fd77676d0ea1af5c9c5a4c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#附件上传的保存地址    不设置默认保存在相对路径下
#为了兼容之前绝对路径 保存路径不要包含WEB-INF 否则将会被视为采用项目相对路径而出现错误
########attachment.savepath=D:\images
#attachment.save.path=D:\images
#默认允许上传最大的10MB  没有通过权限控制下  如果有通过权限控制则以权限控制为标准
attachment.default.allowed.size=10485760
attachment.server=https://img.onbus.cn
#图片
#image.save.pth=D:\images
# Shopping.Image.Server
Shopping.Image.Server=http://img.onbus.cn:9001
#保存手机生成页面的路径 
#Ionic.webUrl=D:/ionicPage/
a
Ionic.webUrl=D:/ionic_web/
Ionic.PageUrl=D:/ionic_updatePage/
#热更新的模板文件路径,用以执行生成更新包
#Ionic.TempleteUrl=D:/ionic/ionic_chcp
Ionic.TempleteUrl=D:/ionic_templete/ionic_chcp
Ionic.CreateAPPPort=false
 
 
#RSA Tool 公钥文件位置
 
RSA.PublicKey.File=D:/workspace/eCoWorksV3-test/src/key/pub.key
RSA.PrivateKey.File=D:/workspace/eCoWorksV3-test/src/key/pri.key
#openssl 可执行文件存放的位置
OpenSSL=D:/openssl1.1/bin/openssl.exe
 
# OAuth2 for QQ/WeiXin 登录回调网址
Oauth2.HostName=http://open.onbus.cn
#禁用指定服务端口不能使用9801,9802功能号
#DisablePort=;9001;80;
#是否启动德立定时任务
#isDeliRunSchedule=1
#极光推送
#isJpushRunSchedule=1
#是否启动金屋定时任务
#isJinWuRunSchedule=1
#定时执行更新9802等元数据任务
#isFormsRunSchedule=1
#定时执行打卡考勤
#isAttendanceRunSchedule=1
#定时执行SMS短信
#isSMSRunSchedule=1
#取消超时支付的订单
#isCancelPaymentOrdersOvertime=1
# ======swagger是否启用配置字段,正式环境设置为false======
swagger.enable=true
#指定备份app,personalized目录
backup.AppDir=d:/web9001