torrust / torrust-tracker

A modern and feature-rich (private) BitTorrent tracker.
https://torrust.com
GNU Affero General Public License v3.0
357 stars 41 forks source link

Config overhaul: make some fields mandatory #992

Closed josecelano closed 2 months ago

josecelano commented 2 months ago

Some configuration options are mandatory. The tracker will panic if the user doesn't provide an explicit value for them from one of the configuration sources: TOML or ENV VARS.

The mandatory options are:

[metadata]
schema_version = "2.0.0"

[logging]
threshold = "info"

[core]
private = false
listed = false
josecelano commented 2 months ago

ACK 90ef14d2d5450421fd2b59b78e09536ed30152e7