78adcf822d
* #251 - Disable subscription in community edition * Hide billing routes in sidebar for community edition * Remove subscription serializer if billing disabled
31 lines
No EOL
458 B
Text
31 lines
No EOL
458 B
Text
#fb app
|
|
FB_VERIFY_TOKEN=
|
|
FB_APP_SECRET=
|
|
FB_APP_ID=
|
|
|
|
#mail
|
|
|
|
SMTP_ADDRESS=
|
|
SMTP_USERNAME=
|
|
SMTP_PASSWORD=
|
|
|
|
#misc
|
|
FRONTEND_URL=http://localhost:3000
|
|
|
|
#s3
|
|
|
|
S3_BUCKET_NAME=
|
|
AWS_ACCESS_KEY_ID=
|
|
AWS_SECRET_ACCESS_KEY=
|
|
AWS_REGION=
|
|
|
|
#sentry
|
|
SENTRY_DSN=
|
|
|
|
#### This environment variables are only required in hosted version which has billing
|
|
ENABLE_BILLING=
|
|
## chargebee settings
|
|
CHARGEBEE_API_KEY=
|
|
CHARGEBEE_SITE=
|
|
CHARGEBEE_WEBHOOK_USERNAME=
|
|
CHARGEBEE_WEBHOOK_PASSWORD= |