Skip to content

Commit

Permalink
Fix BILLING_ENABLED in example .env file (#345)
Browse files Browse the repository at this point in the history
The ENABLE_BILLING env var is not used in the chatwoot code base. Instead, the BILLING_ENABLED is used to enable billing.
  • Loading branch information
regisb authored and sojan-official committed Dec 4, 2019
1 parent 6a2f4e6 commit ff5c26a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Expand Up @@ -23,9 +23,9 @@ AWS_REGION=
SENTRY_DSN=

#### This environment variables are only required in hosted version which has billing
ENABLE_BILLING=
BILLING_ENABLED=
## chargebee settings
CHARGEBEE_API_KEY=
CHARGEBEE_SITE=
CHARGEBEE_WEBHOOK_USERNAME=
CHARGEBEE_WEBHOOK_PASSWORD=
CHARGEBEE_WEBHOOK_PASSWORD=

0 comments on commit ff5c26a

Please sign in to comment.