feat: add default extension install (LNBITS_EXTENSIONS_DEFAULT_INSTALL)
This commit is contained in:
parent
ef3beaaccf
commit
61fb44a04e
3 changed files with 33 additions and 4 deletions
|
|
@ -36,6 +36,10 @@ LNBITS_DISABLED_EXTENSIONS="amilk"
|
|||
# GitHub has rate-limits for its APIs. The limit can be increased specifying a GITHUB_TOKEN
|
||||
# LNBITS_EXT_GITHUB_TOKEN=github_pat_xxxxxxxxxxxxxxxxxx
|
||||
|
||||
# Extensions to be installed by default. If an extension from this list is uninstalled then it will be re-installed on the next restart.
|
||||
# The extension must be removed from this list in order to not be re-installed.
|
||||
LNBITS_EXTENSIONS_DEFAULT_INSTALL="tpos"
|
||||
|
||||
# Database: to use SQLite, specify LNBITS_DATA_FOLDER
|
||||
# to use PostgreSQL, specify LNBITS_DATABASE_URL=postgres://...
|
||||
# to use CockroachDB, specify LNBITS_DATABASE_URL=cockroachdb://...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue