Declare SCUM database data target

This commit is contained in:
npc0-hue
2026-09-09 15:35:29 +08:00
parent 892c6d843f
commit e6e38b275a
2 changed files with 33 additions and 3 deletions
@@ -1086,6 +1086,21 @@
"retentionDays": 30
}
],
"dataTargets": [
{
"key": "scum-database",
"kind": "sqlite.snapshot",
"transportKey": "scum-database",
"sourceRootKey": "server-root",
"sourcePath": "SCUM/Saved/SaveFiles/SCUM.db",
"workspaceKey": "databases/scum-database",
"refreshPolicy": "on-demand-snapshot",
"maxBytes": 1073741824,
"platforms": [
"windows"
]
}
],
"transportProfiles": [
{
"key": "server-files",