From f4c7f24cced1eee6712864917b6f4e8e3aa736ef Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 19 May 2022 10:02:51 +1000 Subject: [PATCH] Remove old config option comment --- .env | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.env b/.env index 5b1523fcba..4cf394972c 100644 --- a/.env +++ b/.env @@ -61,10 +61,3 @@ SMTP_PASSWORD="f00d" # STRIPE_INSTANCE_PUBLISHABLE_KEY="pk_test_xxxx" # This can be a test key or a live key # STRIPE_CLIENT_ID="ca_xxxx" # This can be a development ID or a production ID # STRIPE_ENDPOINT_SECRET="whsec_xxxx" - -# Feature toggles -# -# Adding user emails separated by commas will enable them the use of certain features. See -# config/initializers/feature_toggles.rb for details. -# -# BETA_TESTERS="ofn@example.com,superadmin@example.com"