From c108bb1935b5befd9d7578ce14286012d894ba9b Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Fri, 3 Jan 2025 23:50:01 +0100 Subject: [PATCH] add NUT-19 example (#686) --- .env.example | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.env.example b/.env.example index 9f85750..24cba00 100644 --- a/.env.example +++ b/.env.example @@ -71,6 +71,12 @@ MINT_BACKEND_BOLT11_SAT=FakeWallet # MINT_BACKEND_BOLT11_USD=FakeWallet # MINT_BACKEND_BOLT11_EUR=FakeWallet +# NUT-19 Cached responses +# Enable these settings to cache responses in Redis +# +# MINT_REDIS_CACHE_ENABLED=TRUE +# MINT_REDIS_CACHE_URL="redis://localhost:6379" + # Funding source settings # Use with LndRPCWallet