Little Fix

Little fix
This commit is contained in:
FennecTECH 2020-05-17 11:48:04 -05:00 committed by GitHub
parent e75830c3a5
commit b5313e0979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ A homebrew application for the Nintendo Switch that will automatically update yo
| Config option | Description
| --------------------------------------------------------------------------- | ---
| `host = "http://DeepSea-updater.teamatlasnx.com";` | Which server to connect to. You can host your own server using the files in the [server repository](https://github.com/Team-Neptune/DeepSea-Updater-Server).
| `host = "http://DeepSea-updater.Team-Neptune.com";` | Which server to connect to. You can host your own server using the files in the [server repository](https://github.com/Team-Neptune/DeepSea-Updater-Server).
| `ignore = [ "sdmc://fileToIgnore.nro", "sdmc://anotherFileToIgnore.nro" ];` | Array of files to ignore when extracting.
| `autoupdate = true;` | Whether or not to auto update DeepSea Updater.
| `proxy_enabled = false;` | Whether or not to use a proxy for network calls.