22301138 | 5d07685 | 2025-06-05 17:28:06 +0800 | [diff] [blame] | 1 | server.port=5011 |
22301138 | b253341 | 2025-06-05 00:18:58 +0800 | [diff] [blame] | 2 | spring.datasource.url=jdbc:mysql://202.205.102.121:3306/echodevelop |
| 3 | spring.datasource.username=team11 |
| 4 | spring.datasource.password=Team11000# |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 5 | spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver |
22301138 | 5e9c35a | 2025-06-04 15:52:45 +0800 | [diff] [blame] | 6 | spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 7 | |
| 8 | mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl |
22301111 | e04603d | 2025-06-05 21:03:44 +0800 | [diff] [blame^] | 9 | mybatis-plus.mapper-locations=classpath:/mapper/**/*.xml |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 10 | |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 11 | # Mail configuration |
| 12 | spring.mail.password=tljnebonhzhqecda |
| 13 | spring.mail.username=2370523716@qq.com |
| 14 | spring.mail.host=smtp.qq.com |
| 15 | spring.mail.properties.mail.smtp.ssl.enable=true |
| 16 | spring.mail.properties.mail.smtp.auth=true |
| 17 | spring.mail.properties.mail.smtp.starttls.enable=true |
| 18 | |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 19 | spring.jpa.enabled=false |
22301138 | 5e9c35a | 2025-06-04 15:52:45 +0800 | [diff] [blame] | 20 | spring.jpa.hibernate.ddl-auto=update |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 21 | spring.jpa.open-in-view=false |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 22 | |
22301115 | 90135d7 | 2025-06-03 17:11:40 +0800 | [diff] [blame] | 23 | pt.tracker.port=6969 |
22301115 | 90135d7 | 2025-06-03 17:11:40 +0800 | [diff] [blame] | 24 | pt.tracker.torrent-dir=${user.dir}/data/torrents |
22301115 | 90135d7 | 2025-06-03 17:11:40 +0800 | [diff] [blame] | 25 | pt.tracker.allow-foreign=false |
22301111 | e04603d | 2025-06-05 21:03:44 +0800 | [diff] [blame^] | 26 | pt.tracker.announce-url=http://localhost:6969/announce |