Skip to content

Commit

Permalink
task: update config.py to reflect the FFs currently in staging/prod
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Oct 23, 2024
1 parent 4a17a93 commit 6856df6
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,7 @@ class Test(Development):
SYSTEM_STATUS_URL = "https://localhost:3000"
NO_BRANDING_ID = "0af93cf1-2c49-485f-878f-f3e662e651ef"

FF_SPIKE_SMS_DAILY_LIMIT = True
FF_SMS_PARTS_UI = False
FF_BOUNCE_RATE_V1 = True
FF_BOUNCE_RATE_V15 = True
FF_BOUNCE_RATE_BACKEND = True
FF_ABTEST_SERVICE_ID = ""
FF_RTL = True


class ProductionFF(Config):
Expand All @@ -242,12 +237,7 @@ class ProductionFF(Config):
SYSTEM_STATUS_URL = "https://localhost:3000"
NO_BRANDING_ID = "0af93cf1-2c49-485f-878f-f3e662e651ef"

FF_SPIKE_SMS_DAILY_LIMIT = True
FF_SMS_PARTS_UI = False
FF_BOUNCE_RATE_V1 = True
FF_BOUNCE_RATE_V15 = True
FF_BOUNCE_RATE_BACKEND = True
FF_ABTEST_SERVICE_ID = ""
FF_RTL = False


class Production(Config):
Expand Down

0 comments on commit 6856df6

Please sign in to comment.