]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Add note re `PAPERLESS_DEBUG` for dev server 2387/head
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Sun, 8 Jan 2023 21:41:23 +0000 (13:41 -0800)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Sun, 8 Jan 2023 21:41:23 +0000 (13:41 -0800)
docs/setup.md

index 2923d06ce5daca0fea74ddcbff850f715c7daf2d..c0f1ec11401c7824898e9a663ee434f2b42a00c8 100644 (file)
@@ -429,7 +429,9 @@ supported.
 
     and pointing your browser to http://localhost:8000 if
     accessing from the same devices on which paperless is installed.
-    If accessing from another machine, set up systemd services.
+    If accessing from another machine, set up systemd services. You may need
+    to set `PAPERLESS_DEBUG=true` in order for the development server to work
+    normally in your browser.
 
     !!! warning