Pārlūkot izejas kodu

Merge remote-tracking branch 'origin/master'

yuhongqi 1 nedēļu atpakaļ
vecāks
revīzija
9083d62735

+ 6 - 10
fs-service/src/main/resources/application-config-druid-bnkc.yml

@@ -55,6 +55,12 @@ watch:
   password3: v9xsKuqn_$d2y
 
 fs :
+  jwt:
+    # 加密秘钥
+    secret: 8d1e6a2f0d579f86b67cde581c0f9eb5
+    # token有效时长,7天,单位秒
+    expire: 31536000
+    header: AppToken
   commonApi: http://127.0.0.1:7771
   h5CommonApi: http://127.0.0.1:7771
 nuonuo:
@@ -90,13 +96,3 @@ wx_miniapp_temp:
   pay_order_temp_id:
   inquiry_temp_id:
 
-
-
-
-jwt:
-  # 加密秘钥
-  secret: 8d1e6a2f0d579f86b67cde581c0f9eb5
-  # token有效时长,7天,单位秒
-  expire: 31536000
-  header: AppToken
-