Skip to content

Commit

Permalink
Change default LICENSE_SEATS value to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Oct 4, 2024
1 parent 12d981e commit 1ba9bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise/backend/enterprise_core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def set_ciso_assistant_url(_, __, event_dict):
"Enterprise startup info", feature_flags=FEATURE_FLAGS, module_paths=MODULE_PATHS
)

LICENSE_SEATS = int(os.environ.get("LICENSE_SEATS", 0))
LICENSE_SEATS = int(os.environ.get("LICENSE_SEATS", 1))
LICENSE_EXPIRATION = os.environ.get("LICENSE_EXPIRATION", "unset")

INSTALLED_APPS.append("enterprise_core")

0 comments on commit 1ba9bb3

Please sign in to comment.