Explorar el Código

更新OAuth认证配置

woody hace 9 meses
padre
commit
9b82a2205e

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

@@ -35,6 +35,7 @@ nacos:
     server-addr: 47.108.128.78:6848
 
 oauth:
+  scoped: true
   secret: oauth.token.secret@chelvc!@#2023
   clients:
     - id: chelvc_client

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

@@ -35,6 +35,7 @@ nacos:
     server-addr: 127.0.0.1:6848
 
 oauth:
+  scoped: true
   secret: oauth.token.secret@chelvc!@#2023
   clients:
     - name: chelvc_client

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

@@ -35,6 +35,7 @@ nacos:
     server-addr: 127.0.0.1:6848
 
 oauth:
+  scoped: true
   secret: oauth.token.secret@chelvc!@#2023
   clients:
     - name: chelvc_client

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

@@ -35,6 +35,7 @@ nacos:
     server-addr: 127.0.0.1:6848
 
 oauth:
+  scoped: true
   secret: oauth.token.secret@chelvc!@#2023
   clients:
     - name: chelvc_client