Allow configuring externally certain parameters of the application such as:
- Webserver URL and port
- Database path
- Default user data
- ...
The application should hard code a default value for each of these settings. However these values may be modified by command line arguments (high priority) or by using an INI file (lower priority)
Allow configuring externally certain parameters of the application such as:
The application should hard code a default value for each of these settings. However these values may be modified by command line arguments (high priority) or by using an INI file (lower priority)