mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-21 02:54:20 +01:00
tor enabled output
This commit is contained in:
@@ -28,6 +28,7 @@ from cashu.core.settings import (
|
|||||||
SOCKS_HOST,
|
SOCKS_HOST,
|
||||||
SOCKS_PORT,
|
SOCKS_PORT,
|
||||||
VERSION,
|
VERSION,
|
||||||
|
TOR,
|
||||||
)
|
)
|
||||||
from cashu.wallet import migrations
|
from cashu.wallet import migrations
|
||||||
from cashu.wallet.crud import (
|
from cashu.wallet.crud import (
|
||||||
@@ -402,6 +403,7 @@ async def info(ctx):
|
|||||||
print(f"Cashu dir: {CASHU_DIR}")
|
print(f"Cashu dir: {CASHU_DIR}")
|
||||||
if ENV_FILE:
|
if ENV_FILE:
|
||||||
print(f"Settings: {ENV_FILE}")
|
print(f"Settings: {ENV_FILE}")
|
||||||
|
print(f"Tor enabled: {TOR}")
|
||||||
if SOCKS_HOST:
|
if SOCKS_HOST:
|
||||||
print(f"Socks proxy: {SOCKS_HOST}:{SOCKS_PORT}")
|
print(f"Socks proxy: {SOCKS_HOST}:{SOCKS_PORT}")
|
||||||
print(f"Mint URL: {MINT_URL}")
|
print(f"Mint URL: {MINT_URL}")
|
||||||
|
|||||||
Reference in New Issue
Block a user