209b766a1f
Download from archives Process XCI files in archives
36 lines
884 B
JSON
36 lines
884 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
|
|
"KeySetFile": "prod.keys",
|
|
"CredentialsFile": "credentials.json",
|
|
"FingerprintsFile": "fingerprints.json",
|
|
"BlacklistFile": "blacklist.json",
|
|
"MaxFailedAttempts": 5,
|
|
"Snapshot" : {
|
|
"RootDirectories": [ "Z:\\downloads\\roms\\switch", "Z:\\imgs\\roms\\Switch" ],
|
|
"ArchiveExtensions": [ ".zip", ".rar", ".7z" ],
|
|
"RomExtensions": [ ".xci", ".nsp", ".xcz" ],
|
|
"CacheTtl": 60,
|
|
"SnapshotFile": "index.tfl",
|
|
"SnapshotBackupFile": "snapshot.bin"
|
|
},
|
|
"TitleDb": {
|
|
"CountryCode": "AU",
|
|
"Language": "en",
|
|
"TtlSeconds" : 90,
|
|
"SnapshotFile" : "snapshot.json"
|
|
},
|
|
|
|
"IndexDirectories": [
|
|
"https://url1",
|
|
"sdmc:/url2",
|
|
"http://url3"
|
|
],
|
|
"Success" : "Welcome to Tinfoil Vibe Server!"
|
|
} |