From 34b3105629f9201e85b5d429a47d495a9d836b95 Mon Sep 17 00:00:00 2001 From: Amir Date: Fri, 13 Jun 2025 19:45:53 +0200 Subject: [PATCH] added test domain --- backend/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/settings.py b/backend/settings.py index ecea262..412c374 100644 --- a/backend/settings.py +++ b/backend/settings.py @@ -37,7 +37,7 @@ DEBUG = config('DEBUG', default=False, cast=bool) ALLOWED_HOSTS = config('ALLOWED_HOSTS', default=[], cast=Csv()) -SITE_DOMAIN = "http://64.226.105.114" +SITE_DOMAIN = "http://risklet.kompanijabroj4.com" #SITE_DOMAIN = "http://127.0.0.1:8000" # Application definition