From ff5c26a388e5d6b598bba51bdad3c73d00a2a87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 4 Dec 2019 18:08:53 +0100 Subject: [PATCH] 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. --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index f256cf798..4df524440 100644 --- a/.env.example +++ b/.env.example @@ -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= \ No newline at end of file +CHARGEBEE_WEBHOOK_PASSWORD=