Browse Source

更新OAuth认证配置

woody 9 months ago
parent
commit
afad32f711

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

@@ -13,6 +13,7 @@ nacos:
     server-addr: 47.108.128.78:6848
     server-addr: 47.108.128.78:6848
 
 
 oauth:
 oauth:
+  scoped: true
   secret: oauth.token.secret@chelvc!@#2023
   secret: oauth.token.secret@chelvc!@#2023
 
 
 upload:
 upload:

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

@@ -13,6 +13,7 @@ nacos:
     server-addr: 127.0.0.1:6848
     server-addr: 127.0.0.1:6848
 
 
 oauth:
 oauth:
+  scoped: true
   secret: oauth.token.secret@chelvc!@#2023
   secret: oauth.token.secret@chelvc!@#2023
 
 
 upload:
 upload:

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

@@ -13,6 +13,7 @@ nacos:
     server-addr: 127.0.0.1:6848
     server-addr: 127.0.0.1:6848
 
 
 oauth:
 oauth:
+  scoped: true
   secret: oauth.token.secret@chelvc!@#2023
   secret: oauth.token.secret@chelvc!@#2023
 
 
 upload:
 upload:

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

@@ -13,6 +13,7 @@ nacos:
     server-addr: 127.0.0.1:6848
     server-addr: 127.0.0.1:6848
 
 
 oauth:
 oauth:
+  scoped: true
   secret: oauth.token.secret@chelvc!@#2023
   secret: oauth.token.secret@chelvc!@#2023
 
 
 upload:
 upload: