Configures custom frontend URL
Sets the custom frontend URL to dynamically point to a subdomain based on the domain configuration. This ensures correct routing and accessibility of the application's frontend.
This commit is contained in:
parent
9d7d3b97a9
commit
1b1820fc09
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ in
|
|||
# "nostrclient,nostrmarket,nostrrelay,lnurlp,events";
|
||||
LNBITS_ADMIN_EXTENSIONS = "ngrok,nostrclient,nostrrelay,satmachineadmin";
|
||||
LNBITS_USER_DEFAULT_EXTENSIONS = "lnurlp,nostrmarket,events,lndhub";
|
||||
LNBITS_CUSTOM_FRONTEND_URL = "https://app.${domain}";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue