settings.py

This commit is contained in:
Usman Nasir
2020-04-12 13:01:24 +05:00
parent 10786adc0c
commit 20b75db5e8
2 changed files with 49 additions and 155 deletions

View File

@@ -113,8 +113,8 @@ DATABASES = {
'NAME': 'cyberpanel',
'USER': 'cyberpanel',
'PASSWORD': 'Bz9gF7Hr7X4RtD',
'HOST': '127.0.0.1',
'PORT':'3307'
'HOST': 'localhost',
'PORT':''
},
'rootdb': {
'ENGINE': 'django.db.backends.mysql',