Skip to content

Commit

Permalink
And remove S3 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Feb 18, 2016
1 parent a56c926 commit cf5c282
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions normandy/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,6 @@ class Production(Base):
"""Settings for the production environment."""
STATICFILES_STORAGE = 'whitenoise.django.GzipManifestStaticFilesStorage'

DEFAULT_FILE_STORAGE = 'storages.backends.s3boto.S3BotoStorage'
AWS_ACCESS_KEY_ID = values.Value(None)
AWS_SECRET_ACCESS_KEY = values.Value(None)
AWS_STORAGE_BUCKET_NAME = values.Value(None)


class Test(Base):
SECRET_KEY = values.Value('not a secret')
Expand Down

0 comments on commit cf5c282

Please sign in to comment.