Compiles but runs strange
This commit is contained in:
@@ -7,17 +7,24 @@
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
|
||||
"RootDirectories": [
|
||||
"\\\\NAS\\Games",
|
||||
"\\\\NAS\\Backups"
|
||||
],
|
||||
"WhitelistExtensions": [
|
||||
".bin", ".jpg", ".png", ".txt"
|
||||
],
|
||||
"RomExtensions": [
|
||||
".xci", ".nsp", ".xcz"
|
||||
],
|
||||
"RootDirectories": [ "\\\\NAS\\Roms\\Switch", "Z:\\imgs\\roms\\Switch" ],
|
||||
"WhitelistExtensions": [ ".bin", ".jpg", ".png", ".txt" ],
|
||||
"RomExtensions": [ ".xci", ".nsp", ".xcz" ],
|
||||
"SnapshotFile": "index.tfl",
|
||||
"SnapshotBackupFile": "snapshot.bin",
|
||||
"ArchiveBufferSize": 8192
|
||||
}
|
||||
"CredentialsFile": "credentials.json",
|
||||
"FingerprintsFile": "fingerprints.json",
|
||||
"BlacklistFile": "blacklist.json",
|
||||
"MaxFailedAttempts": 5,
|
||||
"KeySetFile": "prod.keys",
|
||||
"TitleDb": {
|
||||
"CountryCode": "AU",
|
||||
"Language": "en"
|
||||
},
|
||||
"IndexDirectories": [
|
||||
"https://url1",
|
||||
"sdmc:/url2",
|
||||
"http://url3"
|
||||
],
|
||||
"Success" : "Welcome to Tinfoil Vibe Server!"
|
||||
}
|
||||
Reference in New Issue
Block a user