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

Commit 13962be

Browse files
committed
Fixed example LiteDb path to match docker compose
1 parent e8b7bac commit 13962be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Slack-GPT-Socket/appsettings.Example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77
},
88
"ConnectionStrings": {
9-
"LiteDb": "Filename=app.db;Mode=Shared"
9+
"LiteDb": "Filename=db/app.db;Mode=Shared"
1010
},
1111
"AllowedHosts": "*",
1212
"Api": {

0 commit comments

Comments
 (0)