first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
|
||||
"RootDirectories": [
|
||||
"\\\\NAS\\Games",
|
||||
"\\\\NAS\\Backups"
|
||||
],
|
||||
"WhitelistExtensions": [
|
||||
".bin", ".jpg", ".png", ".txt"
|
||||
],
|
||||
"RomExtensions": [
|
||||
".xci", ".nsp", ".xcz"
|
||||
],
|
||||
"SnapshotFile": "index.tfl",
|
||||
"SnapshotBackupFile": "snapshot.bin",
|
||||
"ArchiveBufferSize": 8192
|
||||
}
|
||||
Reference in New Issue
Block a user