From ee51a0be131d8ee953a5b0d7cd3084d6b34c07a7 Mon Sep 17 00:00:00 2001 From: Chris Nagy Date: Sat, 10 Apr 2021 15:08:33 +0200 Subject: [PATCH] Minor docs change --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 3534750b1..7502cef40 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -180,7 +180,7 @@ PAPERLESS_AUTO_LOGIN_USERNAME= PAPERLESS_ADMIN_USER= 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.