Browse Source

测试代码

master
jianjun 4 years ago
parent
commit
6ef1467c45
  1. 4
      epmet-gateway/src/main/resources/bootstrap.yml

4
epmet-gateway/src/main/resources/bootstrap.yml

@ -466,12 +466,16 @@ epmet:
- /data/aggregator/**
- /gov/voice/**
- /resi/voice/**
- /epmet/point/**
# 内部认证url白名单(在白名单中的,就不会再校验登录了)
internalAuthUrlsWhiteList:
- /epmetuser/customerstaff/customerlist
- /auth/wechat/**
- /**/druid/**
- /gov/project/project/platformcallback
- /oper/customize/customerstartpage/homestartpage
- /epmet/point/mqCallback/**
# 外部应用认证,使用AccessToken等头进行认证
externalOpenUrls:

Loading…
Cancel
Save