Skip to content

Commit 7707c2e

Browse files
author
Bill Prin
committed
Remove database settings
Accidentally committed them
1 parent c7a3957 commit 7707c2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

container_engine/django_tutorial/mysite/settings.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@
7878
DATABASES = {
7979
'default': {
8080
'ENGINE': 'django.db.backends.mysql',
81-
'NAME': 'polls',
82-
'USER': 'django_user',
83-
'PASSWORD': 'django',
84-
'HOST': '173.194.104.255',
81+
'NAME': '<your-database-name>',
82+
'USER': '<your-database-user>',
83+
'PASSWORD': '<your-database-password>',
84+
'HOST': '<your-cloudsql-host>',
8585
'PORT': '3306',
8686
}
8787
}

0 commit comments

Comments
 (0)