-
Notifications
You must be signed in to change notification settings - Fork 826
Closed
Labels
apiAffects the API package.Affects the API package.discussionIssue or PR that needs/is extended discussion.Issue or PR that needs/is extended discussion.enhancementNew feature or requestNew feature or request
Description
This issue is related to #555
#466 introduced a configuration manager. Currently, it only reads from environment variables. For configuration files to be read, then it is necessary to define a few things first:
- Where the configuration file would be located?
- Do we want several formats to be supported or only one?
- Which format or formats do we want to support?
Here are some formats for consideration:
- JSON
- YAML
- TOML
- Python (like Django does for its settings file)
- INI
Please leave your thoughts about this in the comments below.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
apiAffects the API package.Affects the API package.discussionIssue or PR that needs/is extended discussion.Issue or PR that needs/is extended discussion.enhancementNew feature or requestNew feature or request