Update settings.py

This commit is contained in:
Budnya 2023-04-07 09:51:58 +10:00
parent ef8d341712
commit 56bc96fcb4
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ DATABASES = {
'ENGINE': 'django.db.backends.mysql', 'ENGINE': 'django.db.backends.mysql',
'NAME': 'pairent_db', 'NAME': 'pairent_db',
'USER': 'root', 'USER': 'root',
'PASSWORD': 'HuyZalupa98', 'PASSWORD': 'Budnya1924$',
'HOST': '178.20.44.123', 'HOST': '178.20.44.123',
'PORT': '3306', 'PORT': '3306',
'OPTIONS': { 'OPTIONS': {