* chore: platform api usage based billing using queue * fixup! chore: platform api usage based billing using queue * fixup! fixup! chore: platform api usage based billing using queue * fixup! Merge branch 'chore-platformapi-billing-queue' of github.com:calcom/cal.com into chore-platformapi-billing-queue * fixup! fixup! Merge branch 'chore-platformapi-billing-queue' of github.com:calcom/cal.com into chore-platformapi-billing-queue * fixup! Merge branch 'main' into chore-platformapi-billing-queue * chore: platform billing by userId * fix: fix tests requirement team subscirption * fixup! Merge branch 'main' into chore-platformapi-billing-queue * fixup! fixup! Merge branch 'main' into chore-platformapi-billing-queue * fixup! Merge branch 'main' into chore-platformapi-billing-queue * improve tests logs * fix: silently close redis and queue * fixup! Merge branch 'main' into chore-platformapi-billing-queue * fixup! Merge branch 'main' into chore-platformapi-billing-queue * fixup! fixup! Merge branch 'main' into chore-platformapi-billing-queue * fix: upgrade libraries version
29 lines
623 B
Bash
29 lines
623 B
Bash
NODE_ENV=
|
|
API_PORT=
|
|
API_URL=
|
|
DATABASE_READ_URL=
|
|
DATABASE_WRITE_URL=
|
|
LOG_LEVEL=
|
|
NEXTAUTH_SECRET=
|
|
DATABASE_URL=
|
|
JWT_SECRET=
|
|
SENTRY_DSN=
|
|
|
|
# KEEP THIS EMPTY, DISABLE SENTRY CLIENT INSIDE OF LIBRARIES USED BY APIv2
|
|
NEXT_PUBLIC_SENTRY_DSN=
|
|
|
|
# Stripe Billing
|
|
STRIPE_PRICE_ID_STARTER=
|
|
STRIPE_PRICE_ID_STARTER_OVERAGE=
|
|
STRIPE_PRICE_ID_ESSENTIALS=
|
|
STRIPE_PRICE_ID_ESSENTIALS_OVERAGE=
|
|
STRIPE_PRICE_ID_ENTERPRISE=
|
|
STRIPE_PRICE_ID_ENTERPRISE_OVERAGE=
|
|
STRIPE_API_KEY=
|
|
STRIPE_WEBHOOK_SECRET=
|
|
|
|
WEB_APP_URL=http://localhost:3000/
|
|
CALCOM_LICENSE_KEY=
|
|
API_KEY_PREFIX=cal_
|
|
GET_LICENSE_KEY_URL="https://console.cal.com/api/license"
|
|
IS_E2E=false |