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