settings.py

master
VARUN 3 weeks ago
parent be5c181822
commit e39e588835

@ -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 = ["https://armintacareers.com/"]
# Application definition # Application definition
@ -82,8 +82,8 @@ DATABASES = {
'NAME': 'skyonn4', 'NAME': 'skyonn4',
'USER': 'root', 'USER': 'root',
'PASSWORD': '', 'PASSWORD': '',
'HOST': 'localhost', 'HOST': '34.93.75.170',
'PORT': '3306', 'PORT': '27017',
'OPTIONS': { 'OPTIONS': {
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'", 'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",
}, },

Loading…
Cancel
Save