Archived
1
0

update settings and add readme

This commit is contained in:
Jeff Becker
2016-11-07 07:50:10 -05:00
parent c3224379ca
commit ecf8237c97
2 changed files with 18 additions and 4 deletions

View File

@@ -77,10 +77,8 @@ WSGI_APPLICATION = 'nntpchan.wsgi.application'
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'HOST': 'localhost',
'PASSWORD': 'jeff',
'USER': 'jeff',
'NAME': 'jeff',
'HOST': '/var/run/postgresql',
'NAME': 'postgres',
}
}