Skip to content

Commit

Permalink
Merge pull request #29 from kochw/master
Browse files Browse the repository at this point in the history
Remove DATABASE defs.
  • Loading branch information
sdreher committed Jul 15, 2014
2 parents 8059898 + c228442 commit 3c140e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions mediathread/settings_production.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@
('/sitemedia', '/var/www/mediathread/mediathread/sitemedia'),
)

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'mediathread',
'HOST': '',
'PORT': 6432, # see /etc/pgbouncer/pgbouncer.ini
'USER': '',
'PASSWORD': '',
}
}

COMPRESS_ROOT = "/var/www/mediathread/mediathread/media/"
DEBUG = False
TEMPLATE_DEBUG = DEBUG
Expand Down
11 changes: 0 additions & 11 deletions mediathread/settings_staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@
('/sitemedia', '/var/www/mediathread/mediathread/sitemedia'),
)

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'mediathread',
'HOST': '',
'PORT': 6432, # see /etc/pgbouncer/pgbouncer.ini
'USER': '',
'PASSWORD': '',
}
}

COMPRESS_ROOT = "/var/www/mediathread/mediathread/media/"
DEBUG = False
TEMPLATE_DEBUG = DEBUG
Expand Down

0 comments on commit 3c140e2

Please sign in to comment.