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 6283d230a8
commit f2211d816f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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:
```
{ "password" : "mypasswort", "email" : "email@home.org" }
{ "email" : "email@home.org", "password" : "mypasswort" }
```
6. Start the container: