From d1004becfb8b198d3dda13adc703fbac58cbb014 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 12 May 2020 14:36:56 -0400 Subject: [PATCH] Minor readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37c5026dfd..ea66abd2b8 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Create an `appsettings.Production.json` file next to `appsettings.json`. This wi - `Kestrel:Endpoints:Http:Url`: The URL (i.e. interface and ports) your application should listen on. General use case should be `http://localhost:` for restricted local connections. See the Remote Access section for configuring public access to the World Wide Web. This doesn't need to be changed using the docker setup and should be mapped with the `-p` option instead -- `Database:DatabaseType`: Can be one of `SqlServer`, `MariaDB`, or `MySql` +- `Database:DatabaseType`: Can be one of `SqlServer`, `MariaDB`, `MySql`, or `Sqlite`. - `Database:MySqlServerVersion`: The version of MySql/MariaDB the database resides on, can be left as null for attempted auto detection. Used by the MySQL/MariaDB provider for selection of [certain features](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/blob/2.2.6/src/EFCore.MySql/Storage/Internal/ServerVersion.cs) ignore at your own risk. A string in the form `..`