Updates default extensions and config
Adds default extensions for admins and users. Configures a custom frontend URL based on the domain.
This commit is contained in:
parent
1e55c8fd88
commit
aa4010d35b
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ in
|
||||||
# LNBITS_EXTENSIONS_DEFAULT_INSTALL =
|
# LNBITS_EXTENSIONS_DEFAULT_INSTALL =
|
||||||
# "nostrclient,nostrmarket,nostrrelay,lnurlp,events";
|
# "nostrclient,nostrmarket,nostrrelay,lnurlp,events";
|
||||||
LNBITS_ADMIN_EXTENSIONS = "ngrok,nostrclient,nostrrelay,satmachineadmin";
|
LNBITS_ADMIN_EXTENSIONS = "ngrok,nostrclient,nostrrelay,satmachineadmin";
|
||||||
LNBITS_USER_DEFAULT_EXTENSIONS = "lnurlp,nostrmarket,events,lndhub";
|
LNBITS_USER_DEFAULT_EXTENSIONS = "lnurlp,nostrmarket,events,castle,lndhub";
|
||||||
LNBITS_CUSTOM_FRONTEND_URL = "https://app.${domain}";
|
LNBITS_CUSTOM_FRONTEND_URL = "https://app.${domain}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue