You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
fix: correct environment variable names and database config
- Fix environment variable names in compose.yaml:
* TORRUST_TRACKER_CONFIG_OVERRIDE_CORE__DATABASE__PATH (was URL)
* TORRUST_TRACKER_CONFIG_OVERRIDE_HTTP_API__ACCESS_TOKENS__ADMIN
- Change database config from 'url' to 'path' in tracker.toml.tpl
- Add comprehensive TOML configuration example in template header
- Replace JSON example with TOML format for consistency
- Update documentation with proper Figment override patterns
- All changes follow torrust-tracker-configuration conventions
These changes ensure the tracker receives correct environment variable
names following the Figment configuration override pattern with
double underscores (__) separating nested sections.
0 commit comments