Kaynağa Gözat

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

Son NK 5 yıl önce
ebeveyn
işleme
cf572bcd5b
1 değiştirilmiş dosya ile 10 ekleme ve 1 silme
  1. 10 1
      .env.example

+ 10 - 1
.env.example

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