allow for secondary static files server instances to be spawned

This commit is contained in:
rootdarkarchon
2022-12-12 10:26:29 +01:00
parent 80de0923fe
commit 3c4344a504
2 changed files with 30 additions and 14 deletions

View File

@@ -23,7 +23,8 @@
"CacheSizeHardLimitInGiB": -1,
"UnusedFileRetentionPeriodInDays": 7,
"CacheDirectory": "G:\\ServerTest",
"ServiceAddress": "http://localhost:5002"
"ServiceAddress": "http://localhost:5002",
"IsSecondaryInstance": "false"
},
"AllowedHosts": "*"
}