"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"
|
"Comment": "Optional secret key for webhook authentication"
|
||||||
},
|
},
|
||||||
"LittleShop": {
|
"LittleShop": {
|
||||||
"ApiUrl": "http://hq.lan",
|
"ApiUrl": "http://littleshop-admin:8080",
|
||||||
"OnionUrl": "",
|
"OnionUrl": "",
|
||||||
"Username": "admin",
|
"Username": "admin",
|
||||||
"Password": "admin",
|
"Password": "admin",
|
||||||
"UseTor": true,
|
"UseTor": false,
|
||||||
"Comment": "WARNING: UseTor=false will expose your bot's real IP address!"
|
"Comment": "UseTor=false is safe for internal Docker network communication. TOR is only needed for external Telegram API calls."
|
||||||
},
|
},
|
||||||
"Privacy": {
|
"Privacy": {
|
||||||
"Mode": "strict",
|
"Mode": "strict",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user