Update domain in local settings

modern-tables
Mark Veidemanis 2 years ago
parent a30e2afdd1
commit a8a9c041d0
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -12,12 +12,13 @@ OPENSEARCH_MAIN_SEARCH_FIELDS = ["msg"]
# URLs
DOMAIN = "example.com"
URL = f"https://{DOMAIN}"
# Access control
ALLOWED_HOSTS = ["127.0.0.1"]
ALLOWED_HOSTS = ["127.0.0.1", DOMAIN]
# CSRF
CSRF_TRUSTED_ORIGINS = [f"https://{DOMAIN}"]
CSRF_TRUSTED_ORIGINS = [URL]
# Stripe
STRIPE_TEST = True

Loading…
Cancel
Save