grpc_proxy should be lowercase (?)

This commit is contained in:
Riccardo Balbo 2024-10-26 11:00:39 +02:00
parent 5a09c48e04
commit 5466270c41
1 changed files with 3 additions and 2 deletions

View File

@ -156,9 +156,10 @@ AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
PERSISTENCE=1
SKIP_SSL_CERT_DOWNLOAD=1
# tor
# tor proxy
TOR_PROXY=http://tor:7050/
GRPC_PROXY=http://tor:7050/
# tor proxy that discriminates between onion and clearnet (http/grpc only)
grpc_proxy=http://tor:7051/
# lnbits
LNBITS_WEB_PORT=5001