Skip to content

Commit

Permalink
🎨 feat: 优化QQ扫码登陆
Browse files Browse the repository at this point in the history
  • Loading branch information
cokie committed Jan 23, 2024
1 parent aa256ff commit 2716242
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tokisaki-starter/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ quarkus:
read-timeout: 900000
xyz:
follow-redirects: true
smallrye:
cache:
redis:
robot:
expire-after-write: 1m
jwt:
sign:
key:
Expand All @@ -43,5 +46,6 @@ mp:
name: exchange.robot.login
outgoing:
robot-login:
connector: smallrye-rabbitmq
exchange:
name: exchange.robot.login

0 comments on commit 2716242

Please sign in to comment.