You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Horde: Configure a default storage backend, which writes to C:\ProgramData\HordeServer\Storage.
#preflight none [CL 23182251 by Ben Marsh in ue5-main branch]
This commit is contained in:
@@ -12,9 +12,17 @@
|
||||
}
|
||||
],
|
||||
"storage": {
|
||||
"backends": [
|
||||
{
|
||||
"id": "default-backend",
|
||||
"type":"FileSystem",
|
||||
"baseDir": "Storage" // Default base directory is C:\ProgramData\HordeServer
|
||||
}
|
||||
],
|
||||
"namespaces": [
|
||||
{
|
||||
"id": "default"
|
||||
"id": "default",
|
||||
"backend": "default-backend"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user