make sure the .env.example is sufficient to run the code locally

This commit is contained in:
Son NK 2019-12-09 22:18:41 +01:00
parent c37ba0e1de
commit cf572bcd5b
1 changed files with 10 additions and 1 deletions

View File

@ -4,12 +4,16 @@ URL=http://localhost:7777
# Enable sentry
ENABLE_SENTRY=true
# DEBUG options
RESET_DB=true
COLOR_LOG=true
# Email related settings
# Only print email content, not sending it
NOT_SEND_EMAIL=true
EMAIL_DOMAIN=sl.local
SUPPORT_EMAIL=support@sl.local
ADMIN_EMAIL=to_fill
ADMIN_EMAIL=admin@sl.local
# Max number emails user can generate for free plan
MAX_NB_EMAIL_FREE_PLAN=3
EMAIL_SERVERS_WITH_PRIORITY=[(10, "email.hostname.")]
@ -31,6 +35,11 @@ AWS_SECRET_ACCESS_KEY=to_fill
CLOUDWATCH_LOG_GROUP=local
CLOUDWATCH_LOG_STREAM=local
# Paddle
PADDLE_VENDOR_ID = 123
PADDLE_MONTHLY_PRODUCT_ID = 123
PADDLE_YEARLY_PRODUCT_ID = 123
# OpenId key
OPENID_PRIVATE_KEY_PATH=local_data/jwtRS256.key
OPENID_PUBLIC_KEY_PATH=local_data/jwtRS256.key.pub