We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relates to:
More changes related to the configuration have been merged in the Tracker and Index repos.
We have to update the Tracker and Index configuration files in the demo.
Tracker (storage/tracker/etc/tracker.toml)
storage/tracker/etc/tracker.toml
[logging] log_level = "info" [core] mode = "public" [core.tracker_policy] persistent_torrent_completed_stat = true [core.announce_policy] interval = 300 interval_min = 300 [core.net] on_reverse_proxy = true [core.database] driver = "Sqlite3" path = "/var/lib/torrust/tracker/database/sqlite3.db" [[udp_trackers]] bind_address = "0.0.0.0:6969" [[http_trackers]] bind_address = "0.0.0.0:7070" [http_api] bind_address = "0.0.0.0:1212"
Index (storage/index/etc/index.toml)
storage/index/etc/index.toml
[tracker] api_url = "http://tracker:1212" url = "udp://tracker.torrust-demo.com:6969" [database] connect_url = "sqlite:///var/lib/torrust/index/database/sqlite3.db?mode=rwc" [mail.smtp] port = 1025 server = "mailcatcher"
version = "2" [logging] threshold = "info" [core] listed = false private = false [core.tracker_policy] persistent_torrent_completed_stat = true [core.announce_policy] interval = 300 interval_min = 300 [core.net] on_reverse_proxy = true [core.database] driver = "Sqlite3" path = "/var/lib/torrust/tracker/database/sqlite3.db" [[udp_trackers]] bind_address = "0.0.0.0:6969" [[http_trackers]] bind_address = "0.0.0.0:7070" [http_api] bind_address = "0.0.0.0:1212"
version = "2" [tracker] api_url = "http://tracker:1212" listed = false private = false url = "udp://tracker.torrust-demo.com:6969" [database] connect_url = "sqlite:///var/lib/torrust/index/database/sqlite3.db?mode=rwc" [mail.smtp] port = 1025 server = "mailcatcher"
The text was updated successfully, but these errors were encountered:
Done.
Sorry, something went wrong.
josecelano
No branches or pull requests
Relates to:
More changes related to the configuration have been merged in the Tracker and Index repos.
We have to update the Tracker and Index configuration files in the demo.
Old config files
Tracker (
storage/tracker/etc/tracker.toml
)Index (
storage/index/etc/index.toml
)New config files
Tracker (
storage/tracker/etc/tracker.toml
)Index (
storage/index/etc/index.toml
)The text was updated successfully, but these errors were encountered: