Changed the sorting of email and password

This commit is contained in:
Nils 2018-07-02 16:12:05 +02:00 committed by GitHub
parent d71d2e05df
commit e07caa91eb

View file

@ -25,7 +25,7 @@ Headless JDownloader 2 Docker Container
5. On your host, enter your credentials (in quotes) to the file `org.jdownloader.api.myjdownloader.MyJDownloaderSettings.json` as in: 5. On your host, enter your credentials (in quotes) to the file `org.jdownloader.api.myjdownloader.MyJDownloaderSettings.json` as in:
``` ```
{ "password" : "mypasswort", "email" : "email@home.org" } { "email" : "email@home.org", "password" : "mypasswort" }
``` ```
6. Start the container: 6. Start the container: