Skip to content

Commit b7ce1b3

Browse files
authored
feat: [PPT-2354] Subscriptions + Invoicing + Entitlements
feat: [PPT-2354] Subscriptions + Invoicing + Entitlements
2 parents c37e785 + 1eeba62 commit b7ce1b3

38 files changed

+4135
-1016
lines changed

.env.example

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ MICROSOFT_CLIENT_SECRET=
3737
# - 'consumers' for personal Microsoft accounts only
3838
# MICROSOFT_TENANT_ID=common
3939

40+
# Billing / Job Scheduling
41+
# Set to "true" to disable in-process Tasker cron jobs (use K8s CronJobs instead)
42+
# DISABLE_TASKER=false
43+
# Cron schedules for in-process jobs (standard cron syntax)
44+
# CRON_INVOICE_GENERATOR=0 0 * * *
45+
# CRON_OVERDUE_ENFORCER=0 1 * * *
46+
# CRON_ENTITLEMENT_REBUILDER=0 2 * * *
47+
4048
# SMTP Configuration (Required for email features)
4149
SMTP_HOST=localhost
4250
SMTP_PORT=1025

0 commit comments

Comments
 (0)