mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-11 01:26:22 +01:00
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user