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:
padreug 2025-11-01 11:30:17 +01:00
parent 9d7d3b97a9
commit 1b1820fc09

View file

@ -38,6 +38,7 @@ in
# "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,lndhub";
LNBITS_CUSTOM_FRONTEND_URL = "https://app.${domain}";
}; };
}; };