Commit d0f48fdc6018915564e4e984355e838ca08999a4

Authored by luotong
1 parent f1f69dea

Gateway 添加租户id配置

Showing 1 changed file with 3 additions and 0 deletions
gateway.yml
@@ -47,6 +47,9 @@ cas: @@ -47,6 +47,9 @@ cas:
47 casServerLoginUrl: https://cas.gaoxiaobang.com/login 47 casServerLoginUrl: https://cas.gaoxiaobang.com/login
48 casServerLogoutUrl: https://cas.gaoxiaobang.com/logout 48 casServerLogoutUrl: https://cas.gaoxiaobang.com/logout
49 ignorePattern: (^(/mvc/goto/)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$) 49 ignorePattern: (^(/mvc/goto/)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)
  50 +
  51 +tenant:
  52 + tenantId: 301
50 --- 53 ---
51 54
52 spring: 55 spring: