Arc
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.env.example
|
|
@ -4,8 +4,8 @@ FLASK_ENV=development |
|
|
|
LNBITS_SITE_TITLE=LNbits |
|
|
|
LNBITS_ALLOWED_USERS="" |
|
|
|
LNBITS_DEFAULT_WALLET_NAME="LNbits wallet" |
|
|
|
LNBITS_DATA_FOLDER="/your_custom_data_folder" |
|
|
|
LNBITS_DISABLED_EXTENSIONS="amilk,events" |
|
|
|
LNBITS_DATA_FOLDER="/your_custom_data_folder" #IMPORTANT! i.e. "/home/satoshi/lnbits/lnbits/data" |
|
|
|
LNBITS_DISABLED_EXTENSIONS="amilk" |
|
|
|
LNBITS_FORCE_HTTPS=1 |
|
|
|
LNBITS_SERVICE_FEE="0.0" |
|
|
|
|
|
|
|