Skip to content

Don't allow to update settings#221

Merged
josecelano merged 1 commit intotorrust:developfrom
josecelano:issue-144-remove-endpoint-to-update-settings
Jun 26, 2023
Merged

Don't allow to update settings#221
josecelano merged 1 commit intotorrust:developfrom
josecelano:issue-144-remove-endpoint-to-update-settings

Conversation

@josecelano
Copy link
Copy Markdown
Member

Without restarting the application. This feature was using the config.toml file. That approach is not good for theses reasons:

  • If you use env vars to inject the settings, there is no config.toml file.
  • In dockerized (clouds) envs it's harder to mount a file than injecting env vars. Sometimes it's only allowed to mount a single file.

Without restarting the application. This feature was using the `config.toml` file. That approach is not good for theses reasons:

- If you use env vars to inject the settings, there is no `config.toml` file.
- In dockerized (clouds) envs it's harder to mount a file than injecting env vars. Sometimes it's only allowed to mount a single file.
@josecelano josecelano linked an issue Jun 26, 2023 that may be closed by this pull request
@josecelano josecelano merged commit c687aa3 into torrust:develop Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Configuration is read-only when env var is used

1 participant