2using Newtonsoft.Json.Converters;
Configuration options for the Database.DatabaseContext.
bool DropDatabase
If the database should be deleted on application startup. Should not be used in production!...
string ServerVersion
The string form of the global::System.Version of the target server.
const string Section
The key for the Microsoft.Extensions.Configuration.IConfigurationSection the DatabaseConfiguration re...
string ConnectionString
The connection string for the database.
bool ResetAdminPassword
If the admin user should be enabled and have it's password reset.
bool DesignTime
Used to indicate that the database is being loaded to generate migrations. Should not be used in prod...
DatabaseType
Type of database to user.