[chore] Update legend to demo (#2505)
* fix: update `legend.lnbits.com` to `demo.lnbits.com` * Update docs/guide/admin_ui.md * fix: docker image name * fix: donation links --------- Co-authored-by: dni ⚡ <office@dnilabs.com>
This commit is contained in:
@@ -338,7 +338,7 @@
|
||||
outline
|
||||
color="grey"
|
||||
type="a"
|
||||
href="https://legend.lnbits.com/paywall/GAqKguK5S8f6w5VNjS9DfK"
|
||||
href="https://demo.lnbits.com/lnurlp/link/fH59GD"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
:label="$t('donate')"
|
||||
|
||||
+1
-1
@@ -157,7 +157,7 @@ class FakeWalletFundingSource(LNbitsSettings):
|
||||
|
||||
|
||||
class LNbitsFundingSource(LNbitsSettings):
|
||||
lnbits_endpoint: str = Field(default="https://legend.lnbits.com")
|
||||
lnbits_endpoint: str = Field(default="https://demo.lnbits.com")
|
||||
lnbits_key: Optional[str] = Field(default=None)
|
||||
lnbits_admin_key: Optional[str] = Field(default=None)
|
||||
lnbits_invoice_key: Optional[str] = Field(default=None)
|
||||
|
||||
Reference in New Issue
Block a user