You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platform/CONFIGURATION_REFERENCE.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ Source files used to build this reference:
54
54
-[`AuditRetention`](#auditretention)
55
55
-[Persistence and first run](#persistence-and-first-run)
56
56
-[`ConnectionStrings`](#connectionstrings)
57
+
-[`Database`](#database)
57
58
-[`ExportImport`](#exportimport)
58
59
-[`FirstRun`](#firstrun)
59
60
-[`DevelopmentSandbox`](#developmentsandbox)
@@ -492,6 +493,15 @@ DbContext) and
492
493
| --- | --- | --- | --- | --- |
493
494
|`ConnectionStrings:DefaultConnection`|`string`|`Data Source=taskdeck.db`| SQLite connection string. When `FirstRun:ResolveAppDataDbPath` is true and the path is relative, first-run resolves it into the OS LocalAppData directory (`%LOCALAPPDATA%/Taskdeck` on Windows, XDG equivalent on Linux). | Yes (but a default is always supplied) |
494
495
496
+
### `Database`
497
+
498
+
Consumed by `Taskdeck.Infrastructure.DependencyInjection.AddInfrastructure`.
|`Database:CommandTimeoutSeconds`|`int`|`30`| Command timeout in seconds for database operations. Valid range: 1--300. Applies to all EF Core commands including `Database.Migrate()` -- avoid very low values if schema migrations are expected. | No |
504
+
495
505
### `ExportImport`
496
506
497
507
Consumed directly by `SettingsRegistration.cs`. Backs
0 commit comments