Skip to content

Commit

Permalink
Fix bug 1393751: Do not reuse XPI filenames in prod configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed Aug 25, 2017
1 parent 1f8ba0e commit a44ac1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe-server/normandy/settings.py
Expand Up @@ -383,6 +383,7 @@ class Production(Base):
LOGGING_USE_JSON = values.Value(True)
SECURE_HSTS_SECONDS = values.IntegerValue(31536000) # 1 year
DEFAULT_FILE_STORAGE = values.Value('storages.backends.s3boto3.S3Boto3Storage')
AWS_S3_FILE_OVERWRITE = False


class ProductionReadOnly(Production):
Expand Down

0 comments on commit a44ac1f

Please sign in to comment.