ConfigurationBuilderExtensionsConfigureGemstoneDefaults(IConfigurationBuilder, Settings) Method
Configures the builder using the defined settings from Gemstone project configuration sources.
This extension function configures common configuration sources for a Gemstone project. The
Settings instance controls the configuration sources that are available. Handling
of settings are defined in a hierarchy where the settings are loaded are in the following
priority order, from lowest to hightest:
- INI file (defaults.ini) - Machine Level
- INI file (settings.ini) - Machine Level
- SQLite database (settings.db) - User Level
- Environment variables - Machine Level
- Environment variables - User Level