Fix BILLING_ENABLED in example .env file (#345)
The ENABLE_BILLING env var is not used in the chatwoot code base. Instead, the BILLING_ENABLED is used to enable billing.
This commit is contained in:
parent
6a2f4e6673
commit
ff5c26a388
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ AWS_REGION=
|
||||||
SENTRY_DSN=
|
SENTRY_DSN=
|
||||||
|
|
||||||
#### This environment variables are only required in hosted version which has billing
|
#### This environment variables are only required in hosted version which has billing
|
||||||
ENABLE_BILLING=
|
BILLING_ENABLED=
|
||||||
## chargebee settings
|
## chargebee settings
|
||||||
CHARGEBEE_API_KEY=
|
CHARGEBEE_API_KEY=
|
||||||
CHARGEBEE_SITE=
|
CHARGEBEE_SITE=
|
||||||
|
|
Loading…
Reference in a new issue