Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [torrust#581] update Index config files
New changes have been made to the Torrust Index config file. Some API endpoints exposing the configuration have also changed. This commits only cahnges the config files. Later commits will udpate other parts. ```toml [logging] log_level = "info" [tracker] mode = "public" ``` ```toml version = "2" [logging] threshold = "info" [tracker] private = false listed = false ```
- Loading branch information