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

Refactor: simplify index and tracker config files #570

Closed josecelano closed 2 months ago

josecelano commented 2 months ago

Config files include all options. Now it's possible to omit default values. We should remove default options to make it easier to maintain these configuration files.

tree share/default/config/
share/default/config/
├── index.container.mysql.toml
├── index.container.sqlite3.toml
├── index.development.sqlite3.toml
├── index.e2e.container.mysql.toml
├── index.e2e.container.sqlite3.toml
├── tracker.container.mysql.toml
├── tracker.container.sqlite3.toml
└── tracker.e2e.container.sqlite3.toml

1 directory, 8 files
josecelano commented 2 months ago

Done via https://github.com/torrust/torrust-index-gui/pull/571