Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config overhaul: make some fields mandatory #700

Conversation

josecelano
Copy link
Member

These options are now mandatory:

[metadata]
schema_version = "2.0.0"

[logging]
threshold = "info"

These options are now mandatory:

```toml
[metadata]
schema_version = "2.0.0"

[logging]
threshold = "info"
```
@josecelano josecelano self-assigned this Aug 2, 2024
@josecelano josecelano added the - Admin - Enjoyable to Install and Setup our Software label Aug 2, 2024
@josecelano josecelano added this to the v3.0.0 milestone Aug 2, 2024
@josecelano josecelano linked an issue Aug 2, 2024 that may be closed by this pull request
@josecelano
Copy link
Member Author

ACK 3697040

@josecelano josecelano merged commit 8a7c841 into torrust:develop Aug 2, 2024
12 of 13 checks passed
@josecelano josecelano deleted the 673-config-overhaul-make-some-fields-mandatory-remove-default-value branch August 2, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- Admin - Enjoyable to Install and Setup our Software
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Config overhaul: make some fields mandatory
1 participant