mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
add PAPERLESS_URL env variable for CSRF
This commit is contained in:
parent
eb5e0e0b9b
commit
ca0e86757b
4 changed files with 46 additions and 9 deletions
|
|
@ -22,6 +22,10 @@
|
|||
# Docker setup does not use the configuration file.
|
||||
# A few commonly adjusted settings are provided below.
|
||||
|
||||
# This is required if you will be exposing Paperless-ngx on a public domain
|
||||
# (if doing so please consider security measures such as reverse proxy)
|
||||
#PAPERLESS_URL=https://paperless.example.com
|
||||
|
||||
# Adjust this key if you plan to make paperless available publicly. It should
|
||||
# be a very long sequence of random characters. You don't need to remember it.
|
||||
#PAPERLESS_SECRET_KEY=change-me
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue