app-MAIL-temp/.env.example

61 lines
1.1 KiB
Plaintext
Raw Normal View History

# Server url
URL=http://sl-server:7777
2019-07-22 12:14:02 +02:00
# Enable sentry
ENABLE_SENTRY=true
# Email related settings
# Only print email content, not sending it
NOT_SEND_EMAIL=true
EMAIL_DOMAIN=sl.local
SUPPORT_EMAIL=support@sl.local
SENDGRID_API_KEY=to_fill
2019-07-22 12:14:02 +02:00
# Max number emails user can generate for free plan
MAX_NB_EMAIL_FREE_PLAN=3
# Database
RESET_DB=true
DB_URI=sqlite:///db.sqlite
2019-07-22 12:14:02 +02:00
# Flask
FLASK_SECRET=secret
2019-07-22 12:14:02 +02:00
# AWS
BUCKET=to_fill
2019-07-06 16:39:45 +02:00
AWS_ACCESS_KEY_ID=to_fill
AWS_SECRET_ACCESS_KEY=to_fill
# Cloudwatch
# ENABLE_CLOUDWATCH=true
CLOUDWATCH_LOG_GROUP=local
CLOUDWATCH_LOG_STREAM=local
2019-07-22 12:14:02 +02:00
2019-07-06 16:39:45 +02:00
# Stripe
STRIPE_YEARLY_PLAN=to_fill
STRIPE_MONTHLY_PLAN=to_fill
STRIPE_API=to_fill
STRIPE_SECRET_KEY=to_fill
2019-07-22 12:14:02 +02:00
# Lyra analytics
LYRA_ANALYTICS_ID=to_fill
2019-07-22 12:14:02 +02:00
# OpenId key
OPENID_PRIVATE_KEY_PATH=local_data/jwtRS256.key
OPENID_PUBLIC_KEY_PATH=local_data/jwtRS256.key.pub
2019-07-06 16:39:45 +02:00
2019-07-22 12:14:02 +02:00
# Words to generate random email alias
WORDS_FILE_PATH=local_data/words.txt
2019-07-22 12:14:02 +02:00
# Github
GITHUB_CLIENT_ID=to_fill
GITHUB_CLIENT_SECRET=to_fill
# Google
GOOGLE_CLIENT_ID=to_fill
GOOGLE_CLIENT_SECRET=to_fill
# Facebook
FACEBOOK_CLIENT_ID=to_fill
FACEBOOK_CLIENT_SECRET=to_fill