Merge branch 'main' into beta

This commit is contained in:
Quinn Casey
2022-04-13 08:13:32 -07:00
committed by GitHub
6 changed files with 9 additions and 6 deletions

View File

@@ -211,7 +211,7 @@ PAPERLESS_AUTO_LOGIN_USERNAME=<username>
PAPERLESS_ADMIN_USER=<username>
If this environment variable is specified, Paperless automatically creates
a superuser with the provided username at start. This is useful in cases
where you can not run the `createsuperuser` command seperately, such as Kubernetes
where you can not run the `createsuperuser` command separately, such as Kubernetes
or AWS ECS.
Requires `PAPERLESS_ADMIN_PASSWORD` to be set.