22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 1 | server.port=8080 |
| 2 | spring.datasource.url=jdbc:mysql://localhost:3306/pt |
| 3 | spring.datasource.username=root |
| 4 | spring.datasource.password=root |
| 5 | spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver |
| 6 | |
| 7 | mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl |
| 8 | |
| 9 | |
| 10 | # Mail configuration |
| 11 | spring.mail.password=tljnebonhzhqecda |
| 12 | spring.mail.username=2370523716@qq.com |
| 13 | spring.mail.host=smtp.qq.com |
| 14 | spring.mail.properties.mail.smtp.ssl.enable=true |
| 15 | spring.mail.properties.mail.smtp.auth=true |
| 16 | spring.mail.properties.mail.smtp.starttls.enable=true |
| 17 | |
| 18 | |
| 19 | spring.jpa.enabled=false |
| 20 | spring.jpa.hibernate.ddl-auto=none |
| 21 | spring.jpa.open-in-view=false |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 22 | |
| 23 | # tracker?? |
| 24 | pt.tracker.port=6969 |
| 25 | |
| 26 | pt.tracker.torrent-dir=${user.dir}/data/torrents |
| 27 | |
| 28 | pt.tracker.allow-foreign=false |
| 29 | pt.tracker.announce-url=/custom-announce |
| 30 | |
| 31 | mybatis-plus.mapper-locations=classpath:/mapper/**/*.xml |