mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 20:39:31 +00:00
Changed the sorting of email and password
This commit is contained in:
parent
6283d230a8
commit
f2211d816f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue