Skip to content

Add/Update Env Vars Description in Readme #72

@arruda

Description

@arruda

This is a good first issue for anyone looking into contributing to our project!

We need to include in our Readme, in the "installation" section, the full updated list of the environment variables used in this service.
Each env var should be listed together with a short description (and if possible, some example of values) about it. For example, adding the LOGGING_LEVEL env var to this list, it would look like this:

  • LOGGING_LEVEL: Defines the logging level in the application, for example: "INFO"

To get the list of the environment variables in this project you'll need to look into this settings config file: src/core/config.py, and look for calls that look like any of these calls:

  • LOGGING_LEVEL = os.environ.get('LOGGING_LEVEL', 'INFO') The env var here is: LOGGING_LEVEL

Please do a single PR that includes all of these env vars and their description in the README file.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationgood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions