loremaster
loremaster copied to clipboard
Application Configuration
Application Configuration
Description
Ability to configure various parts of the application without updating the code directly.
Purpose
Having a way to configure parts of the application without changing the actual code is beneficial.
For example being able to configure the port that the application is running on for different environments such as local or production.
Resources
A list of resources, can be links
Version 1
Features
- [x] Using a file with toml
Pull Requests
- https://github.com/seanpmyers/loremaster/pull/70
Version 2
Features
- [x] Using a file with ron
Pull Requests
- https://github.com/seanpmyers/loremaster/pull/455
Options
This is where a list of options can be created.