权限认证增加生产环境配置

This commit is contained in:
ajaxfan
2021-03-25 08:38:03 +08:00
parent 310bcecf99
commit eac87834dd

View File

@ -1,4 +1,5 @@
user.auth.resource.userinfo.default=http://10.242.31.158:8100/core-service-ebtp-userinfo/v1/userinfo/get
user.auth.resource.userinfo.uat=http://10.242.31.158:8100/core-service-ebtp-userinfo/v1/userinfo/get
user.auth.resource.userinfo.test=http://10.242.37.148:8100/core-service-ebtp-userinfo/v1/userinfo/get
user.auth.resource.userinfo.pro=http://10.238.25.112:8100/core-service-ebtp-userinfo/v1/userinfo/get
user.auth.csrf.disable=true