torrust / torrust-index-gui

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

Update Index configuration #582

Closed josecelano closed 2 months ago

josecelano commented 2 months ago

The Torrust Index config file has been updated, and some API endpoints exposing the configuration have also changed. We must 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
josecelano commented 2 months ago

ACK 59a87c77f65f52f1cdf11c84f0df9bf25f7b9ab4