Update CSRF trusted domains

This commit is contained in:
Keannu Bernasol 2024-08-31 12:58:13 +08:00
parent 8b206cb4ca
commit 5dcb0d2ecd

View file

@ -32,7 +32,7 @@ DEBUG = True
ALLOWED_HOSTS = ['*'] ALLOWED_HOSTS = ['*']
CSRF_TRUSTED_ORIGINS = [ CSRF_TRUSTED_ORIGINS = [
"https://*.keannu1.duckdns.org", "https://*.06222001.xyz"] "https://*.keannu1.duckdns.org", "https://*.equipment-tracker.06222001.xyz"]
# Email credentials # Email credentials
EMAIL_HOST = '' EMAIL_HOST = ''