From cf572bcd5b2ff62e9e7274377fd41d4e2ee3797f Mon Sep 17 00:00:00 2001 From: Son NK Date: Mon, 9 Dec 2019 22:18:41 +0100 Subject: [PATCH] make sure the .env.example is sufficient to run the code locally --- .env.example | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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