-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
- Admin -Enjoyable to Install and Setup our SoftwareEnjoyable to Install and Setup our SoftwareDependenciesRelated to DependenciesRelated to Dependencies
Milestone
Description
Depends on:
- Configuration overhaul: rename
auth::secret_key
toauth::user_claim_token_pepper
torrust-index#653 - Config overhaul: make some fields mandatory torrust-index#673
- Config overhaul: use an explicit section for metadata torrust-index#672
After finishing the last configuration changes in the Index, those last changes must be applied here.
- The
metadata
section was changed:
[metadata]
app = "torrust-index"
purpose = "configuration"
schema_version = "2.0.0"
-
secret_key
option was renamed touser_claim_token_pepper
. -
And some options were made mandatory:
[metadata]
schema_version = "2.0.0"
[logging]
threshold = "info"
- Env var changed
From TORRUST_INDEX_CONFIG_OVERRIDE_AUTH__SECRET_KEY
to TORRUST_INDEX_CONFIG_OVERRIDE_AUTH__USER_CLAIM_TOKEN_PEPPER
Metadata
Metadata
Assignees
Labels
- Admin -Enjoyable to Install and Setup our SoftwareEnjoyable to Install and Setup our SoftwareDependenciesRelated to DependenciesRelated to Dependencies