[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:
+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