Skip to content

Config overhaul: change env var names convention #851

@josecelano

Description

@josecelano

Parent issue: #401
Depends on: #850
Relates to:

After migrating to Figment, we have started using new conventions for configuration env vars:

For example:

  • The old var name: TORRUST_TRACKER_API_ADMIN_TOKEN
  • The new name: TORRUST_TRACKER__HTTP_API__ACCESS_TOKENS__ADMIN

That change was introduced because Figment needs a separator for the different levels. The default one is a dot (.) but it does not work as a Bash var name. see SergioBenitez/Figment#103

Subtasks

  • Rename vars in the Tracker
  • Rename vars in the Index
    Rename vars in the Index GUI

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

Status
No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions