Skip to content

Commit

Permalink
Add key settings and remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
zachaysan committed Nov 1, 2024
1 parent 280307c commit d7597a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/app/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"organisations",
"organisations.invites",
"organisations.permissions",
"organisations.subscriptions.licensing", # TODO: should this be added conditionally?
"organisations.subscriptions.licensing",
"projects",
"sales_dashboard",
"edge_api",
Expand Down Expand Up @@ -1272,3 +1272,6 @@
# subscriptions created before this date full audit log and versioning
# history.
VERSIONING_RELEASE_DATE = env.date("VERSIONING_RELEASE_DATE", default=None)

SUBSCRIPTION_LICENCE_PUBLIC_KEY = env.str("SUBSCRIPTION_LICENCE_PUBLIC_KEY", None)
SUBSCRIPTION_LICENCE_PRIVATE_KEY = env.str("SUBSCRIPTION_LICENCE_PRIVATE_KEY", None)

0 comments on commit d7597a9

Please sign in to comment.