mirror of https://github.com/zulip/zulip.git
Fix running Django against postgres on Tim's laptop.
I'm not sure why this wasn't set before, but it's needed for this to work. (imported from commit fd77c975a234ccd6a972a6f2c9bfac21fcbb2d25)
This commit is contained in:
parent
6cd49fbb14
commit
86862a8c0a
|
@ -62,7 +62,7 @@ elif False:
|
|||
'NAME': 'humbug',
|
||||
'USER': 'humbug',
|
||||
'PASSWORD': 'yuHavmefbek5',
|
||||
'HOST': ''
|
||||
'HOST': 'localhost'
|
||||
}
|
||||
|
||||
# Local time zone for this installation. Choices can be found here:
|
||||
|
|
Loading…
Reference in New Issue