"Fix-LittleShop-API-URL-for-Docker-network-and-disable-TOR-for-internal-calls"
This commit is contained in:
parent
9192658f7d
commit
e3f6ec4bac
@ -20,12 +20,12 @@
|
||||
"Comment": "Optional secret key for webhook authentication"
|
||||
},
|
||||
"LittleShop": {
|
||||
"ApiUrl": "http://hq.lan",
|
||||
"ApiUrl": "http://littleshop-admin:8080",
|
||||
"OnionUrl": "",
|
||||
"Username": "admin",
|
||||
"Password": "admin",
|
||||
"UseTor": true,
|
||||
"Comment": "WARNING: UseTor=false will expose your bot's real IP address!"
|
||||
"UseTor": false,
|
||||
"Comment": "UseTor=false is safe for internal Docker network communication. TOR is only needed for external Telegram API calls."
|
||||
},
|
||||
"Privacy": {
|
||||
"Mode": "strict",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user