Update database server in the configs.

rtd2
Eric Holscher 2011-09-05 10:34:10 -07:00
parent 3467cac490
commit e6d216077a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ DATABASES = {
'NAME': 'docs',
'USER': 'postgres', # Not used with sqlite3.
'PASSWORD': '',
'HOST': 'golem',
'HOST': '10.177.73.97',
'PORT': '',
}
}