This commit is contained in:
usmannasir
2024-08-05 00:12:45 +05:00
parent b424f32328
commit 924157f0d2

View File

@@ -111,7 +111,7 @@ DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.mysql', 'ENGINE': 'django.db.backends.mysql',
'NAME': 'cyberpanel', 'NAME': 'cyberpanel',
'USER': 'root', 'USER': 'cyberpanel',
'PASSWORD': 'JjWbFBFDxMI8D8', 'PASSWORD': 'JjWbFBFDxMI8D8',
'HOST': 'localhost', 'HOST': 'localhost',
'PORT': '' 'PORT': ''