mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
Use a named URL for the LOGIN_URL value
This commit is contained in:
parent
9d4bebd569
commit
6c8ef8f044
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ SECRET_KEY = os.getenv(
|
||||||
# SECURITY WARNING: don't run with debug turned on in production!
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
|
|
||||||
LOGIN_URL = '/admin/login'
|
LOGIN_URL = "admin:login"
|
||||||
|
|
||||||
ALLOWED_HOSTS = ["*"]
|
ALLOWED_HOSTS = ["*"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue