matjazbravc/Custom.ConfigurationProvider.Demo
Use configuration section from the appsettings.json which can be set from the UI as well. Configuration section values are stored in the database and exposed through a Entity Framework Core DbContext.
C#MIT