issue #36 - env variables: now a default value is set at .env.sample if the user wants to add custom config they can create a .env file

This commit is contained in:
SovereigntyIsNotFreedom 2025-03-23 18:28:52 +00:00
parent 4dd9ed0c80
commit 31037597ad
4 changed files with 16 additions and 4 deletions

3
.env.sample Normal file
View file

@ -0,0 +1,3 @@
TOR_HOST=socks5h://127.0.0.1
TOR_PORT=9050
WEBSOCKET_PORT=3030