torrust / torrust-index

This repository serves as the backend for the Torrust Index project.
https://torrust.com
GNU Affero General Public License v3.0
54 stars 19 forks source link

Update tracker configuration #696

Closed josecelano closed 3 months ago

josecelano commented 3 months ago

The Tracker TOML configuration file has changed. The following fields are now mandatory.

[metadata]
schema_version = "2.0.0"

[logging]
threshold = "info"

[core]
listed = false
private = true

The [metadata] section was added, and the version option was renamed to schema_version.