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

Update Index configuration #581

Closed josecelano closed 3 months ago

josecelano commented 3 months ago

Relates to: https://github.com/torrust/torrust-index/issues/591

New changes have been made to the Torrust Index config file. Some API endpoints exposing the configuration have also changed. We have to apply those changes here.

Old version

[logging]
log_level = "info"

[tracker]
mode = "public"

New version

version = "2"

[logging]
threshold = "info"

[tracker]
private = false
listed = false