feat: usage base billed - license key check - move to private api (#15222)

Co-authored-by: Omar López <zomars@me.com>
This commit is contained in:
sean-brydon
2024-07-25 13:20:24 -07:00
committed by GitHub
co-authored by Omar López
parent 53c37a9ddf
commit e16662e655
16 changed files with 586 additions and 59 deletions
+3 -3
View File
@@ -15,10 +15,10 @@
# - You can not repackage or sell the codebase
# - Acquire a commercial license to remove these terms by visiting: cal.com/sales
#
# To enable enterprise-only features, as an admin, go to /auth/setup to select your license and follow
# instructions. This environment variable is deprecated although still supported for backward compatibility.
# @see https://console.cal.com
# To enable enterprise-only features please add your envrionment variable to the .env file then make your way to /auth/setup to select your license and follow instructions.
CALCOM_LICENSE_KEY=
CALCOM_PRIVATE_API_ROUTE="https://goblin.cal.com"
# ***********************************************************************************************************
# - DATABASE ************************************************************************************************