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.
This commit is contained in:
supertestnet 2020-09-07 10:05:50 -04:00 committed by GitHub
parent 130beaf38a
commit bd48bdc04d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"