From f4c3f3a0a363625270aa95a5cdf22cae5c33e5fe Mon Sep 17 00:00:00 2001 From: padreug Date: Sun, 10 Aug 2025 10:49:49 +0200 Subject: [PATCH] update .env.example --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 96d00a9..20347dc 100644 --- a/.env.example +++ b/.env.example @@ -3,7 +3,7 @@ VITE_NOSTR_RELAYS=["wss://relay.damus.io","wss://relay.snort.social"] VITE_ADMIN_PUBKEYS=["your-admin-pubkey-here"] # API Configuration -VITE_API_BASE_URL=http://localhost:5000 +VITE_LNBITS_BASE_URL=http://localhost:5000 VITE_API_KEY=your-api-key-here # Push Notifications