Parcourir la source

调整药品详情返回

liuchengsen il y a 1 mois
Parent
commit
07f667babd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      backend-java/src/main/resources/application.yml

+ 1 - 1
backend-java/src/main/resources/application.yml

@@ -55,7 +55,7 @@ qwen:
 # JWT
 # ============================================
 jwt:
-  secret: 1a29ea13c7b26f9d50e414c6768dd25f735b23298d7ec29676bf4f2acb4a6d17
+  secret: YourSuperSecretKeyForJWTTokenGenerationMustBeAtLeast256BitsLong!!
   expiration: 86400000  # 24小时 (ms)
 
 # ============================================