host = "http://kosmos-updater.teamatlasnx.com"; |
Which server to connect to. You can host your own server using the files in the server repository. |
ignore = [ "sdmc://fileToIgnore.nro", "sdmc://anotherFileToIgnore.nro" ]; |
Array of files to ignore when extracting. |
autoupdate = true; |
Whether or not to auto update Kosmos Updater. |
proxy_enabled = false; |
Whether or not to use a proxy for network calls. |
proxy_url = "http://example.com:8080"; |
The URL of the proxy server. |
proxy_username = "username"; |
The username to use for the proxy server, if blank it will not be used. |
proxy_password = "password"; |
The password to use for the proxy server, if blank it will not be used. |