Skip to content

Commit a0b6686

Browse files
committed
Set default to InMemory so there is no exception on first run
1 parent 89c253d commit a0b6686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"BackgroundUrl": "assets/profile-background.webp",
2020
"ProfilePictureUrl": "assets/profile-picture.webp"
2121
},
22-
"PersistenceProvider": "SqlServer",
22+
"PersistenceProvider": "InMemory",
2323
"ConnectionString": "",
2424
"DatabaseName": "",
2525
"Auth0": {

0 commit comments

Comments
 (0)