Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

DEBUG = True

ALLOWED_HOSTS = ['127.0.0.1', 'localhost:8000', 'api.intellima.tech', 'https://xyz-m.vercel.app', 'http://127.0.0.1:5173', 'scm-backend-f55v.onrender.com']
ALLOWED_HOSTS = ['127.0.0.1', 'localhost:8000', 'api.intellima.tech', 'https://xyz-m.vercel.app', 'http://127.0.0.1:5173', 'primecuts-logistics.onrender.com']

CORS_ORIGIN_ALLOW_ALL = True
CORS_ORIGIN_TRUSTED_ORIGINS = ['http://localhost:5173', 'api.intellima.tech']
Expand Down Expand Up @@ -141,10 +141,10 @@
#EMAIL_HOST_PASSWORD = 'ymxllqbalildvjri'
EMAIL_USE_SSL = False

BASE_URL = 'scm-backend-f55v.onrender.com'
BASE_URL = 'primecuts-logistics.onrender.com'

PROTOCOL = 'https'
DOMAIN = 'scm-backend-f55v.onrender.com'
DOMAIN = 'primecuts-logistics.onrender.com'

SITE_NAME = 'Intellima'

Expand Down