Minor docs change

This commit is contained in:
Chris Nagy 2021-04-10 15:08:33 +02:00
parent cb4e738a0f
commit ee51a0be13

View File

@ -180,7 +180,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 `create-superuser` command seperately, such as Kubernetes
where you can not run the `createsuperuser` command seperately, such as Kubernetes
or AWS ECS.
Requires `PAPERLESS_ADMIN_PASSWORD` to be set.