You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user should be able to edit and change settings for the application which can be used for various needs.
For instance to solve #10 (Password Generation) it would be messy to save configuration options like Password length,etc in a separate config file.
Instead of each contributor using a different config file for their implementation there can be 1 provider that stores all configuration options.
There is a need for an api that people can query to fetch configuration options for their feature
The text was updated successfully, but these errors were encountered:
A user should be able to edit and change settings for the application which can be used for various needs.
For instance to solve #10 (Password Generation) it would be messy to save configuration options like Password length,etc in a separate config file.
Instead of each contributor using a different config file for their implementation there can be 1 provider that stores all configuration options.
There is a need for an api that people can query to fetch configuration options for their feature
The text was updated successfully, but these errors were encountered: