update connect to database MySQL

This commit is contained in:
Александр Манаенков 2023-04-06 20:58:33 +10:00
parent e4f1f973ef
commit ef8d341712
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ DATABASES = {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'pairent_db',
'USER': 'root',
'PASSWORD': '',
'HOST': '127.0.0.1',
'PASSWORD': 'HuyZalupa98',
'HOST': '178.20.44.123',
'PORT': '3306',
'OPTIONS': {
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'"