فهرست منبع

更新认证配置

woody 1 سال پیش
والد
کامیت
bf66fdd611

+ 3 - 0
src/main/resources/application-dev.yml

@@ -45,6 +45,9 @@ platform:
   oauth:
     token:
       secret: oauth.token.secret@chelvc!@#2023
+    client:
+      secret: chelvc@secret#2023!
+      iv: chelvc@iv#2023@
   upload:
     standard:
       path: /home/chelvc/upload

+ 3 - 0
src/main/resources/application-pre.yml

@@ -45,6 +45,9 @@ platform:
   oauth:
     token:
       secret: oauth.token.secret@chelvc!@#2023
+    client:
+      secret: chelvc@secret#2023!
+      iv: chelvc@iv#2023@
   upload:
     standard:
       path: /home/chelvc/upload

+ 3 - 0
src/main/resources/application-prod.yml

@@ -45,6 +45,9 @@ platform:
   oauth:
     token:
       secret: oauth.token.secret@chelvc!@#2023
+    client:
+      secret: chelvc@secret#2023!
+      iv: chelvc@iv#2023@
   upload:
     standard:
       path: /home/chelvc/upload

+ 3 - 0
src/main/resources/application-test.yml

@@ -45,6 +45,9 @@ platform:
   oauth:
     token:
       secret: oauth.token.secret@chelvc!@#2023
+    client:
+      secret: chelvc@secret#2023!
+      iv: chelvc@iv#2023@
   upload:
     standard:
       path: /home/chelvc/upload

+ 3 - 0
src/main/resources/application-woody.yml

@@ -45,6 +45,9 @@ platform:
   oauth:
     token:
       secret: oauth.token.secret@chelvc!@#2023
+    client:
+      secret: chelvc@secret#2023!
+      iv: chelvc@iv#2023@
   upload:
     standard:
       path: /home/chelvc/upload

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

@@ -54,7 +54,7 @@ dubbo:
     retries: 0
 
 platform:
-  security:
+  oauth:
     resource:
       login: /uc/oauth/token
       logout: /uc/logout