This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wuyongqiang
/
admin
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
1
Wiki
Browse Source
更新令牌检查配置
woody
1 year ago
parent
87b7506120
commit
046a59d8d4
4 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/main/resources/application-dev.yml
1
0
src/main/resources/application-pre.yml
1
0
src/main/resources/application-prod.yml
1
0
src/main/resources/application-test.yml
+ 1
- 0
src/main/resources/application-dev.yml
View File
@@ -20,3 +20,4 @@ platform:
oauth:
token:
secret: oauth.token.secret@chelvc!@#2023
+ recheck: true
+ 1
- 0
src/main/resources/application-pre.yml
View File
@@ -20,3 +20,4 @@ platform:
oauth:
token:
secret: oauth.token.secret@chelvc!@#2023
+ recheck: true
+ 1
- 0
src/main/resources/application-prod.yml
View File
@@ -20,3 +20,4 @@ platform:
oauth:
token:
secret: oauth.token.secret@chelvc!@#2023
+ recheck: true
+ 1
- 0
src/main/resources/application-test.yml
View File
@@ -20,3 +20,4 @@ platform:
oauth:
token:
secret: oauth.token.secret@chelvc!@#2023
+ recheck: true