Skip to content

Commit

Permalink
add info section about default credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnth committed Sep 9, 2024
1 parent 1135c7b commit 8e71b92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/beta/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,10 @@ services:
- ${OCR4ALL_WORKSPACE:-~/ocr4all/docker/workspace}:/home/books
image: uniwuezpd/larex:legacy
```

::: info
By default, the backend will automatically create an administrator account with the username `admin` and password `ocr4all`.
It is highly recommended to change the password immediately after setup!

Documentation on the environment variables that can modify this behavior will be added soon.
:::

0 comments on commit 8e71b92

Please sign in to comment.