mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-03 05:10:16 +03:00
9 lines
496 B
Bash
9 lines
496 B
Bash
# Committed defaults for `task backend:dev:proprietary` (self-hosted / proprietary
|
|||
|
|
# flavor). Local overrides + secrets live in app/.env.proprietary.local (ignored).
|
||
|
|
|
||
|
|
# Combined-billing account link (Mode A). Feature-flagged: OFF until release.
|
||
|
|
# Flip to true in app/.env.proprietary.local to test linking locally.
|
||
|
|
STIRLING_BILLING_ACCOUNT_LINK_ENABLED=false
|
||
|
|
# SaaS base URL the linked instance calls (register + entitlement).
|
||
|
|
STIRLING_BILLING_ACCOUNT_LINK_SAAS_BASE_URL=https://stirling.com/app
|