mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-11 21:40:17 +02:00
parent
be2fbe862b
commit
17a6b3225e
@ -13,6 +13,12 @@ STATIC_ROOT = "/var/www/{{ project_name }}/static/"
|
|||||||
# in page titles and the site header.
|
# in page titles and the site header.
|
||||||
SITE_NAME = '{{ project_name }}'
|
SITE_NAME = '{{ project_name }}'
|
||||||
|
|
||||||
|
# This is your websites URL, set it accordingly
|
||||||
|
SITE_URL = "https://example.com"
|
||||||
|
|
||||||
|
# Django security
|
||||||
|
CSRF_TRUSTED_ORIGINS = [SITE_URL]
|
||||||
|
|
||||||
# Change this to enable/disable debug mode, which displays
|
# Change this to enable/disable debug mode, which displays
|
||||||
# useful error messages but can leak sensitive data.
|
# useful error messages but can leak sensitive data.
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user