diff --git a/skyonnweb/skyonnweb/settings.py b/skyonnweb/skyonnweb/settings.py index 6a358c9..f85028c 100644 --- a/skyonnweb/skyonnweb/settings.py +++ b/skyonnweb/skyonnweb/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-r*y737z-@#o&lm&hfylvv4*h$8c_288g2m_y=e3gz%_-ig!i^_ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ["armintacareers.com","34.93.75.170:8000","34.36.25.135:8000"] # Application definition @@ -82,7 +82,7 @@ DATABASES = { 'NAME': 'skyonn4', 'USER': 'root', 'PASSWORD': '', - 'HOST': 'localhost', + 'HOST': '34.93.75.170', 'PORT': '3306', 'OPTIONS': { 'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",