torrust / torrust-index-gui

This repository serves as the frontend for the Torrust Index project.
https://torrust.com
Other
32 stars 16 forks source link

Udpate tracker configuration #579

Closed josecelano closed 3 months ago

josecelano commented 3 months ago

Relates to: https://github.com/torrust/torrust-tracker/issues/401

New breaking changes have been applied to the Tracker configuration.

From:

[logging]
log_level = "info"

[core]
mode = "public"
tracker_usage_statistics = true
inactive_peer_cleanup_interval = 600

To:

version = "2"

[logging]
threshold = "info"

[core]
inactive_peer_cleanup_interval = 600
listed = false
private = false
tracker_usage_statistics = true