Skip to content

Config overhaul: change env var names convention #851

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions