Commit b2b487f6efbae5a0f32a8ccd7638cd5ec65aab2c
1 parent
8fd775ba
清理配置
Showing
1 changed file
with
0 additions
and
23 deletions
manager/conf-test/conf.properties
1 | -#店铺域名 | |
2 | -project.shop.domain=shop.1n4j.com | |
3 | -#WEB后台域名 | |
4 | -project.manweb.domain=http://manweb.1n4j.com/ | |
5 | -#主站网址 | |
6 | -project.website.domain=http://www.1n4j.com/ | |
7 | -#验证码地址 | |
8 | -project.verifycode.path=https://authcode.1n4j.com/verify/image?acid= | |
9 | -#验证码校验地址 | |
10 | -project.verifycode.validate=http://authcode.1n4j.com/verify/validate?acid= | |
11 | -#网站域名地址 | |
12 | -project.domain.localPath=http://manage.1n4j.com | |
13 | -#静态资源地址 | |
14 | -project.assets.path=http://static.1n4j.com/static/common | |
15 | -#本地资源地址 | |
16 | -project.default.local.path=/ | |
17 | -#消息列表地址 | |
18 | -project.messageList.path=http://messageutter.1n4j.com/notice/index.do | |
19 | -#异步获取消息条数地址 | |
20 | -project.message.async.path=http://messageutter.1n4j.com/notice/async.do?userId= | |
21 | -#同步获取消息条数地址 | |
22 | -project.message.sync.path=http://messageutter.1n4j.com/notice/sync.do | |
23 | -project.message.unread.path=http://messageutter.1n4j.com/notice/unread/snapshot.do?count=5 | |
24 | 1 | |
25 | 2 | #密码级别, pwd26, pwd38 |
26 | 3 | pwd.level=pwd26 | ... | ... |