diff --git a/.env.example b/.env.example index e3247367..f495ee32 100644 --- a/.env.example +++ b/.env.example @@ -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