配置中心zheng-config配置文件
This commit is contained in:
parent
5a967b5b7b
commit
117ba59f16
|
@ -13,6 +13,9 @@ master.redis.timeout=10000
|
|||
##### zheng-admin #####
|
||||
zheng.admin.version=1.0.0
|
||||
|
||||
##### zheng-config #####
|
||||
zheng.config.path=http://config.zhangshuzheng.cn:1000/${app.name}/${profile.env}
|
||||
|
||||
##### zheng-upms #####
|
||||
# \u7EC8\u7AEF\u7C7B\u578B
|
||||
zheng.upms.type=server
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
app.name=zheng-upms-server
|
||||
profile.env=prod
|
||||
zheng.admin.version=1.0.0
|
||||
|
||||
##### redis #####
|
||||
master.redis.ip=127.0.0.1
|
||||
|
@ -11,21 +10,27 @@ master.redis.max_idle=5
|
|||
master.redis.max_wait=10000
|
||||
master.redis.timeout=10000
|
||||
|
||||
##### zheng-admin #####
|
||||
zheng.admin.version=1.0.0
|
||||
|
||||
##### zheng-config #####
|
||||
zheng.config.path=http://config.zhangshuzheng.cn:1000/${app.name}/${profile.env}
|
||||
|
||||
##### zheng-upms #####
|
||||
# \u7EC8\u7AEF\u7C7B\u578B
|
||||
upms.type=server
|
||||
zheng.upms.type=server
|
||||
# \u7EC8\u7AEFsession\u540D\u79F0
|
||||
upms.session.id=zheng-upms-server-session-id
|
||||
zheng.upms.session.id=zheng-upms-server-session-id
|
||||
# \u4F1A\u8BDD\u65F6\u957F,\u534A\u5C0F\u65F6\uFF08\u5355\u4F4D\u6BEB\u79D2\uFF09
|
||||
upms.session.timeout=1800000
|
||||
zheng.upms.session.timeout=1800000
|
||||
# \u5355\u70B9\u767B\u5F55\u8BA4\u8BC1\u4E2D\u5FC3\u5730\u5740
|
||||
upms.sso.server.url=http://upms.zhangshuzheng.cn:1111
|
||||
zheng.upms.sso.server.url=http://upms.zhangshuzheng.cn:1111
|
||||
# \u767B\u5F55\u6210\u529F\u56DE\u8C03\u5730\u5740
|
||||
upms.successUrl=/manage/index
|
||||
zheng.upms.successUrl=/manage/index
|
||||
# \u672A\u6388\u6743\u5730\u5740
|
||||
upms.unauthorizedUrl=/403
|
||||
zheng.upms.unauthorizedUrl=/403
|
||||
# \u8BB0\u4F4F\u5BC6\u7801\u65F6\u957F30\u5929
|
||||
upms.rememberMe.timeout=2592000
|
||||
zheng.upms.rememberMe.timeout=2592000
|
||||
|
||||
##### zheng-oss #####
|
||||
zheng.oss.aliyun.oss.policy=http://oss.zhangshuzheng.cn:7771/aliyun/oss/policy
|
|
@ -1,6 +1,5 @@
|
|||
app.name=zheng-upms-server
|
||||
profile.env=test
|
||||
zheng.admin.version=1.0.0
|
||||
|
||||
##### redis #####
|
||||
master.redis.ip=127.0.0.1
|
||||
|
@ -11,21 +10,27 @@ master.redis.max_idle=5
|
|||
master.redis.max_wait=10000
|
||||
master.redis.timeout=10000
|
||||
|
||||
##### zheng-admin #####
|
||||
zheng.admin.version=1.0.0
|
||||
|
||||
##### zheng-config #####
|
||||
zheng.config.path=http://config.zhangshuzheng.cn:1000/${app.name}/${profile.env}
|
||||
|
||||
##### zheng-upms #####
|
||||
# \u7EC8\u7AEF\u7C7B\u578B
|
||||
upms.type=server
|
||||
zheng.upms.type=server
|
||||
# \u7EC8\u7AEFsession\u540D\u79F0
|
||||
upms.session.id=zheng-upms-server-session-id
|
||||
zheng.upms.session.id=zheng-upms-server-session-id
|
||||
# \u4F1A\u8BDD\u65F6\u957F,\u534A\u5C0F\u65F6\uFF08\u5355\u4F4D\u6BEB\u79D2\uFF09
|
||||
upms.session.timeout=1800000
|
||||
zheng.upms.session.timeout=1800000
|
||||
# \u5355\u70B9\u767B\u5F55\u8BA4\u8BC1\u4E2D\u5FC3\u5730\u5740
|
||||
upms.sso.server.url=http://upms.zhangshuzheng.cn:1111
|
||||
zheng.upms.sso.server.url=http://upms.zhangshuzheng.cn:1111
|
||||
# \u767B\u5F55\u6210\u529F\u56DE\u8C03\u5730\u5740
|
||||
upms.successUrl=/manage/index
|
||||
zheng.upms.successUrl=/manage/index
|
||||
# \u672A\u6388\u6743\u5730\u5740
|
||||
upms.unauthorizedUrl=/403
|
||||
zheng.upms.unauthorizedUrl=/403
|
||||
# \u8BB0\u4F4F\u5BC6\u7801\u65F6\u957F30\u5929
|
||||
upms.rememberMe.timeout=2592000
|
||||
zheng.upms.rememberMe.timeout=2592000
|
||||
|
||||
##### zheng-oss #####
|
||||
zheng.oss.aliyun.oss.policy=http://oss.zhangshuzheng.cn:7771/aliyun/oss/policy
|
|
@ -0,0 +1 @@
|
|||
zheng.config.path=${zheng.config.path}
|
Loading…
Reference in New Issue