Commit b8c3fabb981151d7020000c9a026f7ba62a2c51c

Authored by sunninghai
1 parent 03f7dac7

添加jwt 秘钥配置

Showing 1 changed file with 4 additions and 1 deletions
gateway.yml
@@ -107,6 +107,7 @@ tenant: @@ -107,6 +107,7 @@ tenant:
107 107
108 apiConfig: 108 apiConfig:
109 gxbApiUrl: http://gxb-api:8080/gxb-api 109 gxbApiUrl: http://gxb-api:8080/gxb-api
  110 + jwtSecret: ENC(c35cdc68f5da4f7557c4551964af915da79cda2e6854d992121061a28d8d85766ac65a4ad753af36d770b7b9a6ebd2b3e59ecaaf2ed5eb3a4b4101fcf299419a)
110 111
111 --- 112 ---
112 server: 113 server:
@@ -202,6 +203,7 @@ tenant: @@ -202,6 +203,7 @@ tenant:
202 203
203 apiConfig: 204 apiConfig:
204 gxbApiUrl: http://gxb-api:8080/gxb-api 205 gxbApiUrl: http://gxb-api:8080/gxb-api
  206 + jwtSecret: ENC(c35cdc68f5da4f7557c4551964af915da79cda2e6854d992121061a28d8d85766ac65a4ad753af36d770b7b9a6ebd2b3e59ecaaf2ed5eb3a4b4101fcf299419a)
205 207
206 --- 208 ---
207 server: 209 server:
@@ -300,4 +302,5 @@ tenant: @@ -300,4 +302,5 @@ tenant:
300 tenantId: 991 302 tenantId: 991
301 303
302 apiConfig: 304 apiConfig:
303 - gxbApiUrl: http://api/gxb-api  
304 \ No newline at end of file 305 \ No newline at end of file
  306 + gxbApiUrl: http://api/gxb-api
  307 + jwtSecret: ENC(c35cdc68f5da4f7557c4551964af915da79cda2e6854d992121061a28d8d85766ac65a4ad753af36d770b7b9a6ebd2b3e59ecaaf2ed5eb3a4b4101fcf299419a)