mirror of
https://github.com/lemeow125/EquipmentTracker-Backend.git
synced 2024-11-17 06:09:26 +08:00
Update CSRF trusted domains
This commit is contained in:
parent
343bd272e9
commit
abfd2cd3de
1 changed files with 228 additions and 228 deletions
|
@ -32,7 +32,7 @@ DEBUG = True
|
|||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
CSRF_TRUSTED_ORIGINS = [
|
||||
"https://equipment-tracker-backend.keannu1.duckdns.org"]
|
||||
"https://equipment-tracker-backend.keannu1.duckdns.org", "https://api.equipment-tracker.06222001.xyz"]
|
||||
|
||||
# Email credentials
|
||||
EMAIL_HOST = ''
|
||||
|
|
Loading…
Reference in a new issue