-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
featureAdds or requests new featureAdds or requests new featurerefactorOptimizes or restructures codeOptimizes or restructures code
Milestone
Description
The current config implementation is very basic and only allows for a config file. But in the future, we want to have environment variables and config file properties combined.
- Create a struct containing all configurable values
- Read from config file and parse into struct
- Read from env vars and parse into struct
- Merge both as one, prioritizing environment variables over config file
- Use the merged one as the config for the bot
Metadata
Metadata
Assignees
Labels
featureAdds or requests new featureAdds or requests new featurerefactorOptimizes or restructures codeOptimizes or restructures code
Type
Projects
Status
Done