Commit 679a0ad76b4784bf057db46883e8a82c01342961
1 parent
16dcf98e
修改线上配置中的casServerUrlPrefix的值
Showing
1 changed file
with
2 additions
and
1 deletions
gateway.yml
| @@ -193,10 +193,10 @@ eureka: | @@ -193,10 +193,10 @@ eureka: | ||
| 193 | 193 | ||
| 194 | cas: | 194 | cas: |
| 195 | encoding: UTF-8 | 195 | encoding: UTF-8 |
| 196 | - casServerUrlPrefix: https://cas.gaoxiaobang.com/ | 196 | + casServerUrlPrefix: http://cas/ |
| 197 | casServerLoginUrl: https://cas.gaoxiaobang.com/login | 197 | casServerLoginUrl: https://cas.gaoxiaobang.com/login |
| 198 | casServerLogoutUrl: https://cas.gaoxiaobang.com/logout | 198 | casServerLogoutUrl: https://cas.gaoxiaobang.com/logout |
| 199 | ignorePattern: (^(/mvc/goto/)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$) | 199 | ignorePattern: (^(/mvc/goto/)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$) |
| 200 | 200 | ||
| 201 | tenant: | 201 | tenant: |
| 202 | - tenantId: 991 | 202 | - tenantId: 991 |
| 203 | + tenantId: 991 | ||
| 203 | \ No newline at end of file | 204 | \ No newline at end of file |