for gz
This commit is contained in:
parent
2d75b41377
commit
49b30b9f6c
|
|
@ -31,4 +31,5 @@ appAppId: u8LLfynf
|
||||||
getPersonDetailData: /lbcloud-user/api/user/queryById
|
getPersonDetailData: /lbcloud-user/api/user/queryById
|
||||||
registerPhone: /lbcloud-user/api/user/registrationByPhone
|
registerPhone: /lbcloud-user/api/user/registrationByPhone
|
||||||
userBindUrl: /lbcloud-authority/api/RoleClient/bindDefaultSystemRole
|
userBindUrl: /lbcloud-authority/api/RoleClient/bindDefaultSystemRole
|
||||||
verifyPhoneCode: /lbcloud-mbroker/api/broker/simpleVerificationCode
|
verifyPhoneCode: /lbcloud-mbroker/api/broker/simpleVerificationCode
|
||||||
|
|
||||||
|
|
@ -0,0 +1,41 @@
|
||||||
|
# Spring
|
||||||
|
spring:
|
||||||
|
cloud:
|
||||||
|
nacos:
|
||||||
|
discovery:
|
||||||
|
# 服务注册地址
|
||||||
|
server-addr: 192.168.0.62:8848
|
||||||
|
namespace: sgzb_cloud_dev_nw
|
||||||
|
config:
|
||||||
|
# 配置中心地址
|
||||||
|
server-addr: 192.168.0.62:8848
|
||||||
|
namespace: sgzb_cloud_dev_nw
|
||||||
|
# 配置文件格式
|
||||||
|
file-extension: yml
|
||||||
|
# 共享配置
|
||||||
|
shared-configs:
|
||||||
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||||
|
|
||||||
|
onlineApprove: /lbcloud-oauth/oauth/token
|
||||||
|
wechatAppId: crhmaxnE
|
||||||
|
wechatAppsecret: 3893e6ed90d325f00e34583dd970a56580c05549
|
||||||
|
getNowPersonDetailData: /lbcloud-user/user/queryLoginUserInfo
|
||||||
|
baseUrl: https://test-sso.csgmall.com.cn
|
||||||
|
appAppsecret: d8e6db9fa9bb09da0e270fa739233c823bf9c5f0
|
||||||
|
personEasyList: /lbcloud-user/api/user/queryAndPaging/basicInfo
|
||||||
|
h5Appsecret: 3c4a67b7f6a268b4202a5328e6a1726979d5903b
|
||||||
|
h5AppId: G3NksDH2
|
||||||
|
appsecret: 596e4863c8d112842ce820c130b236001297ea73
|
||||||
|
appId: akvVFYgy
|
||||||
|
appAppId: u8LLfynf
|
||||||
|
getPersonDetailData: /lbcloud-user/api/user/queryById
|
||||||
|
registerPhone: /lbcloud-user/api/user/registrationByPhone
|
||||||
|
userBindUrl: /lbcloud-authority/api/RoleClient/bindDefaultSystemRole
|
||||||
|
verifyPhoneCode: /lbcloud-mbroker/api/broker/simpleVerificationCode
|
||||||
|
|
||||||
|
# 禁用Actuator端点的未经身份验证的访问
|
||||||
|
management:
|
||||||
|
endpoint:
|
||||||
|
env:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
|
@ -31,4 +31,6 @@ appAppId: u8LLfynf
|
||||||
getPersonDetailData: /lbcloud-user/api/user/queryById
|
getPersonDetailData: /lbcloud-user/api/user/queryById
|
||||||
registerPhone: /lbcloud-user/api/user/registrationByPhone
|
registerPhone: /lbcloud-user/api/user/registrationByPhone
|
||||||
userBindUrl: /lbcloud-authority/api/RoleClient/bindDefaultSystemRole
|
userBindUrl: /lbcloud-authority/api/RoleClient/bindDefaultSystemRole
|
||||||
verifyPhoneCode: /lbcloud-mbroker/api/broker/simpleVerificationCode
|
verifyPhoneCode: /lbcloud-mbroker/api/broker/simpleVerificationCode
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,41 @@
|
||||||
|
# Spring
|
||||||
|
spring:
|
||||||
|
cloud:
|
||||||
|
nacos:
|
||||||
|
discovery:
|
||||||
|
# 服务注册地址
|
||||||
|
server-addr: 127.0.0.1:8848
|
||||||
|
namespace: sgzb_cloud_dev_nw
|
||||||
|
config:
|
||||||
|
# 配置中心地址
|
||||||
|
server-addr: 127.0.0.1:8848
|
||||||
|
namespace: sgzb_cloud_dev_nw
|
||||||
|
# 配置文件格式
|
||||||
|
file-extension: yml
|
||||||
|
# 共享配置
|
||||||
|
shared-configs:
|
||||||
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||||
|
|
||||||
|
onlineApprove: /lbcloud-oauth/oauth/token
|
||||||
|
wechatAppId: crhmaxnE
|
||||||
|
wechatAppsecret: 3893e6ed90d325f00e34583dd970a56580c05549
|
||||||
|
getNowPersonDetailData: /lbcloud-user/user/queryLoginUserInfo
|
||||||
|
baseUrl: https://test-sso.csgmall.com.cn
|
||||||
|
appAppsecret: d8e6db9fa9bb09da0e270fa739233c823bf9c5f0
|
||||||
|
personEasyList: /lbcloud-user/api/user/queryAndPaging/basicInfo
|
||||||
|
h5Appsecret: 3c4a67b7f6a268b4202a5328e6a1726979d5903b
|
||||||
|
h5AppId: G3NksDH2
|
||||||
|
appsecret: 596e4863c8d112842ce820c130b236001297ea73
|
||||||
|
appId: akvVFYgy
|
||||||
|
appAppId: u8LLfynf
|
||||||
|
getPersonDetailData: /lbcloud-user/api/user/queryById
|
||||||
|
registerPhone: /lbcloud-user/api/user/registrationByPhone
|
||||||
|
userBindUrl: /lbcloud-authority/api/RoleClient/bindDefaultSystemRole
|
||||||
|
verifyPhoneCode: /lbcloud-mbroker/api/broker/simpleVerificationCode
|
||||||
|
|
||||||
|
# 禁用Actuator端点的未经身份验证的访问
|
||||||
|
management:
|
||||||
|
endpoint:
|
||||||
|
env:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
|
@ -9,4 +9,4 @@ spring:
|
||||||
name: sgzb-auth
|
name: sgzb-auth
|
||||||
profiles:
|
profiles:
|
||||||
# 环境配置
|
# 环境配置
|
||||||
active: sgzb_cloud_local
|
active: sgzb_cloud_local_cq
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue