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

Configuration overhaul: rename env vars #598

Commits on May 22, 2024

  1. feat: [torrust#596] rename common E2E env vars

    We should not use specific names (sufix _E2E) for env vars that are not
    specidif for E2E tests. These env vars are generic enva vars also used
    in production. They only have different values for the E2E test env.
    
    ```
    TORRUST_INDEX_E2E_CONFIG             -> TORRUST_INDEX_CONFIG
    TORRUST_INDEX_E2E_TRACKER_API_TOKEN  -> TORRUST_INDEX_TRACKER_API_TOKEN
    TORRUST_INDEX_E2E_AUTH_SECRET_KEY    -> TORRUST_INDEX_AUTH_SECRET_KEY
    TORRUST_INDEX_E2E_PATH_CONFIG        -> TORRUST_INDEX_PATH_CONFIG
    ```
    josecelano committed May 22, 2024
    Configuration menu
    Copy the full SHA
    fc1528d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8d0f98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5910fda View commit details
    Browse the repository at this point in the history
  4. refactor: [torrust#596] rename env vars

    ```
    TORRUST_INDEX_CONFIG             -> TORRUST_INDEX_CONFIG_TOML
    TORRUST_INDEX_PATH_CONFIG        -> TORRUST_INDEX_CONFIG_TOML_PATH
    TORRUST_INDEX_TRACKER_API_TOKEN  -> TORRUST_INDEX_CONFIG_OVERRIDE_TRACKER__TOKEN
    TORRUST_INDEX_AUTH_SECRET_KEY    -> TORRUST_INDEX_CONFIG_OVERRIDE_AUTH__SECRET_KEY
    ```
    josecelano committed May 22, 2024
    Configuration menu
    Copy the full SHA
    97e3634 View commit details
    Browse the repository at this point in the history