Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit e34ccef

Browse files
committed
DB Connection for v13 switched to sqlite
1 parent 5a4db7b commit e34ccef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/Umbraco13.Website/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
}
1212
},
1313
"ConnectionStrings": {
14-
"umbracoDbDSN": "Data Source=|DataDirectory|\\Umbraco.sdf;Flush Interval=1"
14+
"umbracoDbDSN": "Data Source=|DataDirectory|/Umbraco.sqlite.db;Cache=Shared;Foreign Keys=True;Pooling=True",
15+
"umbracoDbDSN_ProviderName": "Microsoft.Data.Sqlite"
1516
},
1617
"Umbraco": {
1718
"CMS": {

0 commit comments

Comments
 (0)