Skip to content

Commit

Permalink
Merge pull request #32 from ccnmtl/nikolas-patch-2
Browse files Browse the repository at this point in the history
Remove database config from staging.py
  • Loading branch information
nikolas authored Aug 27, 2024
2 parents b342efd + 168c7ac commit 2046b1c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions ctlsettings/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@ def common(**kwargs):
DEBUG = False
STAGING_ENV = True

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'NAME': project,
'HOST': '',
'PORT': 6432,
'USER': '',
'PASSWORD': '',
'ATOMIC_REQUESTS': True,
}
}

STATSD_PREFIX = project + "-staging"

MEDIA_ROOT = '/var/www/' + project + '/uploads/'
Expand Down

0 comments on commit 2046b1c

Please sign in to comment.