mirror of
https://github.com/lemeow125/EquipmentTracker-Backend.git
synced 2024-11-16 21:59:25 +08:00
Update CSRF trusted domains
This commit is contained in:
parent
8b206cb4ca
commit
5dcb0d2ecd
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ DEBUG = True
|
|||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
CSRF_TRUSTED_ORIGINS = [
|
||||
"https://*.keannu1.duckdns.org", "https://*.06222001.xyz"]
|
||||
"https://*.keannu1.duckdns.org", "https://*.equipment-tracker.06222001.xyz"]
|
||||
|
||||
# Email credentials
|
||||
EMAIL_HOST = ''
|
||||
|
|
Loading…
Reference in a new issue