From b8edc032c35dbeae700d2245c55fd18e7f2d0410 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: Tue, 29 Sep 2020 10:24:20 +0800
Subject: [PATCH] Update techhero-gateway-local.yml

---
 techhero-gateway-local.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/techhero-gateway-local.yml b/techhero-gateway-local.yml
index 5a5de80..4712298 100644
--- a/techhero-gateway-local.yml
+++ b/techhero-gateway-local.yml
@@ -21,9 +21,9 @@ security:
       client-secret: techhero
     resource:
       jwt:
-        key-uri: http://techhero-auth:10420/oauth/token_key #解析jwt令牌所需要密钥的地址
+        key-uri: http://127.0.0.1:10420/oauth/token_key #解析jwt令牌所需要密钥的地址
     authorization:
-      check-token-access: http://techhero-auth:10420/oauth/check_token
+      check-token-access: http://127.0.0.1:10420/oauth/check_token
       
 ignore:
   urls:
--
libgit2 0.26.0