diff --git a/container_engine/django_tutorial/mysite/settings.py b/container_engine/django_tutorial/mysite/settings.py index 1a16d7693b5..b91a24dd64f 100644 --- a/container_engine/django_tutorial/mysite/settings.py +++ b/container_engine/django_tutorial/mysite/settings.py @@ -78,10 +78,10 @@ DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', - 'NAME': 'polls', - 'USER': 'django_user', - 'PASSWORD': 'django', - 'HOST': '173.194.104.255', + 'NAME': '', + 'USER': '', + 'PASSWORD': '', + 'HOST': '', 'PORT': '3306', } }