Skip to content

Commit

Permalink
Merge pull request #175 from alphagov/turn-off-g7-in-prod
Browse files Browse the repository at this point in the history
Turn off G7-Live feature flag in prod
  • Loading branch information
TheDoubleK committed Oct 6, 2015
2 parents 40ce8da + 6be4fcf commit 5491905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class Preview(Config):
class Live(Config):
DEBUG = False
FEATURE_FLAGS_G_CLOUD_7_NOTICE = enabled_since('2015-08-20')
FEATURE_FLAGS_G_CLOUD_7_IS_LIVE = enabled_since('2015-09-01')
FEATURE_FLAGS_G_CLOUD_7_IS_LIVE = False


class Staging(Live):
Expand Down

0 comments on commit 5491905

Please sign in to comment.