settings.py

master
VARUN 3 weeks ago
parent c0f154249b
commit 5bc51db1b0

@ -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! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = [] ALLOWED_HOSTS = ["armintacareers.com","34.93.75.170:8000","34.36.25.135:8000"]
# Application definition # Application definition
@ -82,7 +82,7 @@ DATABASES = {
'NAME': 'skyonn4', 'NAME': 'skyonn4',
'USER': 'root', 'USER': 'root',
'PASSWORD': '', 'PASSWORD': '',
'HOST': 'localhost', 'HOST': '34.93.75.170',
'PORT': '3306', 'PORT': '3306',
'OPTIONS': { 'OPTIONS': {
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'", 'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",

Loading…
Cancel
Save