Skip to content

Commit

Permalink
fix: remove DEFAULT_PLAN configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobernardoaf committed May 8, 2024
1 parent 1873f37 commit 2cc96e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions temba/settings.py.prod
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,13 @@ brand_info[
brand_info["inactive_threshold"] = env.int("BRANDING_INACTIVE_THRESHOLD", default=90)

DEFAULT_BRAND = env("DEFAULT_BRAND", default="rapidpro.io")
DEFAULT_PLAN = env("DEFAULT_PLAN", default=TOPUP_PLAN)
BRANDING = {
DEFAULT_BRAND: {
"slug": brand_info.get("slug"),
"name": brand_info.get("name"),
"org": brand_info.get("org"),
"colors": env.dict("BRANDING_COLORS", default=dict(primary="#0c6596")),
"styles": env.list("BRANDING_STYLES", default=["brands/rapidpro/font/style.css"]),
"default_plan": DEFAULT_PLAN,
"welcome_topup": 1000,
"email": brand_info.get("email"),
"support_email": brand_info.get("email"),
Expand Down

0 comments on commit 2cc96e2

Please sign in to comment.