7b1fdc5fcd
BugFix: Filter duplicate DMs in Twitter Integration
64 lines
1.3 KiB
Text
64 lines
1.3 KiB
Text
SECRET_KEY_BASE=
|
|
|
|
#redis config
|
|
REDIS_URL=redis://redis:6379
|
|
# If you are using docker-compose, set this variable's value to be any string,
|
|
# which will be the password for the redis service running inside the docker-compose
|
|
# to make it secure
|
|
REDIS_PASSWORD=
|
|
|
|
# Postgres Database config variables
|
|
POSTGRES_HOST=postgres
|
|
POSTGRES_USERNAME=postgres
|
|
POSTGRES_PASSWORD=
|
|
RAILS_ENV=development
|
|
RAILS_MAX_THREADS=5
|
|
|
|
#fb app
|
|
FB_VERIFY_TOKEN=
|
|
FB_APP_SECRET=
|
|
FB_APP_ID=
|
|
|
|
#twitter app
|
|
TWITTER_APP_ID=
|
|
TWITTER_CONSUMER_KEY=
|
|
TWITTER_CONSUMER_SECRET=
|
|
TWITTER_ENVIRONMENT=
|
|
|
|
#mail
|
|
MAILER_SENDER_EMAIL=accounts@chatwoot.com
|
|
SMTP_PORT=1025
|
|
SMTP_DOMAIN=chatwoot.com
|
|
# if you are running docker-compose, set SMTP_ADDRESS value as "mailhog",
|
|
# else set the value as "localhost"
|
|
SMTP_ADDRESS=mailhog
|
|
SMTP_USERNAME=
|
|
SMTP_PASSWORD=
|
|
SMTP_AUTHENTICATION=
|
|
SMTP_ENABLE_STARTTLS_AUTO=
|
|
|
|
#misc
|
|
FRONTEND_URL=http://0.0.0.0:3000
|
|
ACTIVE_STORAGE_SERVICE=local
|
|
|
|
#s3
|
|
S3_BUCKET_NAME=
|
|
AWS_ACCESS_KEY_ID=
|
|
AWS_SECRET_ACCESS_KEY=
|
|
AWS_REGION=
|
|
|
|
#sentry
|
|
SENTRY_DSN=
|
|
|
|
# Credentials to access sidekiq dashboard in production
|
|
SIDEKIQ_AUTH_USERNAME=
|
|
SIDEKIQ_AUTH_PASSWORD=
|
|
|
|
#### 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=
|