Skip to content

Commit 2c25f1c

Browse files
committed
corrected README.md to use proper Sqlite keyword
1 parent be4c911 commit 2c25f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The appsettings.json file has a lot of options to customize the content of the b
7575
| Description | MarkdownString | Small introduction text for yourself. This is also used for `<meta name="description">` tag. For this the markup will be converted to plain text |
7676
| BackgroundUrl | string | Url or path to the background image. (Optional) |
7777
| ProfilePictureUrl | string | Url or path to your profile picture |
78-
| PersistenceProvider | string | Declares the type of the storage provider (one of the following: `SqlServer`, `SqliteServer`, `RavenDb`, `InMemory`). More in-depth explanation down below |
78+
| PersistenceProvider | string | Declares the type of the storage provider (one of the following: `SqlServer`, `Sqlite`, `RavenDb`, `InMemory`). More in-depth explanation down below |
7979
| ConnectionString | string | Is used for connection to a database. Not used when `InMemoryStorageProvider` is used |
8080
| DatabaseName | string | Name of the database. Only used with `RavenDbStorageProvider` |
8181
| Auth0 | | Configuration for setting up Auth0 |

0 commit comments

Comments
 (0)