From be3172a67fe1a06bac5f042f83c66bb43b20fe14 Mon Sep 17 00:00:00 2001 From: Stefan Stammberger Date: Mon, 12 Jul 2021 20:40:14 +0200 Subject: [PATCH] feat: add redis configuration options FastAPIs redis-plugin picks them up automatically --- .env | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.env b/.env index 9af7ca3..7ad5a16 100644 --- a/.env +++ b/.env @@ -1,6 +1,13 @@ secret=please_please_update_me_please algorithm=HS256 +# Redis - uncomment if Redis runs with non standard values (i.e. in Docker etc) +# redis_host=127.0.0.1 +# redis_port=6379 +# redis_db=0 +# leave commented if no password is used +# redis_password=my_password + # mainnet or testnet network=testnet bitcoind_ip_mainnet=192.168.1.18