diff --git a/pairent_backend/pairent_backend/settings.py b/pairent_backend/pairent_backend/settings.py index 26721a6..9383a79 100644 --- a/pairent_backend/pairent_backend/settings.py +++ b/pairent_backend/pairent_backend/settings.py @@ -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'"