From bd48bdc04df1c197552135d83b62592fd9294bc8 Mon Sep 17 00:00:00 2001 From: supertestnet <58400631+supertestnet@users.noreply.github.com> Date: Mon, 7 Sep 2020 10:05:50 -0400 Subject: [PATCH] Update .env.example due to recent changes (#91) The name of the flask app has changed and the word "all" has been eliminated as unnecessary because allowing anyone to use lnbits is the default. --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 2596be3..16bf280 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,8 @@ -FLASK_APP=lnbits +FLASK_APP=lnbits.app FLASK_ENV=development LNBITS_SITE_TITLE=LNbits -LNBITS_ALLOWED_USERS="all" +LNBITS_ALLOWED_USERS="" LNBITS_DEFAULT_WALLET_NAME="LNbits wallet" LNBITS_DATA_FOLDER="/your_custom_data_folder" LNBITS_DISABLED_EXTENSIONS="amilk,events"