Change the host for the mysql server.

This commit is contained in:
Roberto Rosario
2015-09-27 23:07:44 -04:00
parent 25f65f0d96
commit d8f811a357

View File

@@ -7,7 +7,7 @@ DATABASES = {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'mayan_edms',
'USER': 'root',
'HOST': 'localhost',
'HOST': 'mysql',
'PORT': '3306',
}
}