Update postgres hostname.

This commit is contained in:
Roberto Rosario
2015-09-27 23:27:16 -04:00
parent 522d9b3905
commit b2fcace9c2

View File

@@ -8,5 +8,6 @@ DATABASES = {
'NAME': 'mayan_edms',
'USER': 'postgres',
'PASSWORD': 'postgres',
'HOST': 'postgres',
}
}