1.优化
Showing
2 changed files
with
6 additions
and
12 deletions
... | @@ -105,18 +105,12 @@ file: | ... | @@ -105,18 +105,12 @@ file: |
105 | maxSize: 100 | 105 | maxSize: 100 |
106 | avatarMaxSize: 5 | 106 | avatarMaxSize: 5 |
107 | 107 | ||
108 | key: 529ec7fe7bb54c38 | 108 | engine: |
109 | 109 | # 部署类型 management:管理侧 service:服务侧 | |
110 | uc: | ||
111 | service: | ||
112 | platform: service | 110 | platform: service |
111 | # 可选参数 mobile:小屏 vis:大屏 | ||
113 | type: mobile | 112 | type: mobile |
114 | app: | 113 | |
115 | subAppId: wx5d88c7fe99f89f32 | ||
116 | #服务号:品运营讨论探究创造团 | ||
117 | h5AppId: wx37ea49702cdc693b | ||
118 | #熊猫小程序:熊猫少儿创造团 | ||
119 | appletAppid: wxfaa765183a332521 | ||
120 | weixin: | 114 | weixin: |
121 | list: | 115 | list: |
122 | - appid: wxfaa765183a332521 | 116 | - appid: wxfaa765183a332521 | ... | ... |
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <configuration scan="true" scanPeriod="60 seconds" debug="false"> | 2 | <configuration scan="true" scanPeriod="60 seconds" debug="false"> |
3 | 3 | ||
4 | <contextName>UserCenter</contextName> | 4 | <contextName>uc-engine</contextName> |
5 | <!--定义参数,后面可以通过${app.name}使用--> | 5 | <!--定义参数,后面可以通过${app.name}使用--> |
6 | <property name="app.name" value="user-center"/> | 6 | <property name="app.name" value="uc-engine"/> |
7 | <property name="log.path" value="./logs"/> | 7 | <property name="log.path" value="./logs"/> |
8 | <property name="log.pattern" value="%d [%thread] %-5level %logger{36} [%file : %line] - %msg%n"/> | 8 | <property name="log.pattern" value="%d [%thread] %-5level %logger{36} [%file : %line] - %msg%n"/> |
9 | 9 | ... | ... |
-
Please register or sign in to post a comment