2025-02-25 20:54:11 +08:00
|
|
|
spring.application.name=push
|
|
|
|
|
spring.profiles.active=dev
|
|
|
|
|
server.port=8084
|
|
|
|
|
|
2025-02-26 20:22:19 +08:00
|
|
|
server.tomcat.threads.max=1000
|
|
|
|
|
server.tomcat.max-connections=1000
|
|
|
|
|
|
2025-02-25 20:54:11 +08:00
|
|
|
# sa-token??
|
|
|
|
|
sa-token.is-log=true
|
|
|
|
|
sa-token.token-name=authorization
|
|
|
|
|
# token ????????? ??1??-1 ??????
|
|
|
|
|
sa-token.timeout=86400
|
|
|
|
|
sa-token.is-read-header=true
|
|
|
|
|
sa-token.is-read-cookie=false
|
|
|
|
|
sa-token.is-read-body=false
|
|
|
|
|
sa-token.is-share=true
|
|
|
|
|
sa-token.jwt-secret-key=sdadewr23DEWR342D3242c
|