Files
c-api/src/main/resources/application.properties

16 lines
657 B
Properties
Raw Normal View History

2025-08-23 13:27:32 +08:00
spring.application.name=cApi
server.port=31001
server.servlet.context-path=/cApi
2025-08-31 19:23:19 +08:00
server.compression.enabled=true
server.compression.mime-types=text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json
server.tomcat.max-connections=200
server.tomcat.threads.max=100
server.tomcat.threads.min-spare=10
2025-09-05 17:06:46 +08:00
## Token
security.default-token=3774e79ac55aff6d1afc0f94bfaf131d
## MySQL
2025-09-01 18:18:44 +08:00
spring.datasource.url=jdbc:mysql://crontab.club:33069/work?useSSL=false&serverTimezone=UTC&characterEncoding=utf8
2025-08-23 13:27:32 +08:00
spring.datasource.username=dream
spring.datasource.password=info_dream
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver