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: remove secrets when final config is printed to console #951

Commits on Jul 4, 2024

  1. chore(deps): add url dependency

    It will be use to parse the MySQL path in the configuration. FOr
    example:
    
    ```toml
    [core.database]
    driver = "MySQL"
    path = "mysql://db_user:db_user_secret_password@mysql:3306/torrust_tracker"
    ```
    josecelano committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    16aa652 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4673514 View commit details
    Browse the repository at this point in the history