Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #243 from ministryofjustice/disable_encryption_on_…
Browse files Browse the repository at this point in the history
…staging_rds

Disable production settings on staging
  • Loading branch information
ltsampros committed Dec 21, 2016
2 parents fba9a4a + ad1b321 commit d9be45f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions bootstrap_cfn/config_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,18 @@ dev:
port: 6379
engine: 'redis'

# Staging should be equivalent to prod
staging:
ec2:
<<: *prod_ec2
<<: *dev_ec2
rds:
<<: *prod_rds
<<: *dev_rds
elasticache:
<<: *prod_elasticache
<<: *dev_elasticache

# The default should be the most secure
default:
ec2:
<<: *prod_ec2
<<: *dev_ec2
rds:
<<: *prod_rds
<<: *dev_rds
elasticache:
<<: *prod_elasticache
<<: *dev_elasticache

0 comments on commit d9be45f

Please sign in to comment.