commit | fdf4ed7695c8ff88ea3e7556e1a924bda73f97d5 | [log] [tgz] |
---|---|---|
author | YelinCui <22301115@bjtu.edu.cn> | Mon May 26 11:49:36 2025 +0800 |
committer | YelinCui <22301115@bjtu.edu.cn> | Mon May 26 12:44:04 2025 +0800 |
tree | 6c579333c5ef7edaf5941f6d20f050626525e56d | |
parent | cf6dba2c467b27bb38074104632cc6831cb9de98 [diff] [blame] |
种子,促销 Change-Id: I0ce919ce4228dcefec26ef636bacd3298c0dc77a
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b753da7..0590333 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties
@@ -19,3 +19,13 @@ spring.jpa.enabled=false spring.jpa.hibernate.ddl-auto=none spring.jpa.open-in-view=false + +# tracker?? +pt.tracker.port=6969 + +pt.tracker.torrent-dir=${user.dir}/data/torrents + +pt.tracker.allow-foreign=false +pt.tracker.announce-url=/custom-announce + +mybatis-plus.mapper-locations=classpath:/mapper/**/*.xml