From 8e3efb7c3a1ea44a5e59d837e01fb63e6b941376 Mon Sep 17 00:00:00 2001 From: SysAdmin Date: Sat, 27 Sep 2025 09:50:12 +0100 Subject: [PATCH] Update TeleBot configuration and add versioning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated LittleShop API URL to use VPN hostname (hq.lan) - Added Version 1.0.3 properties to project file - Follows infrastructure changes with VPN-based access 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- TeleBot/TeleBot/TeleBot.csproj | 3 +++ TeleBot/TeleBot/appsettings.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/TeleBot/TeleBot/TeleBot.csproj b/TeleBot/TeleBot/TeleBot.csproj index 68839c7..6b5f453 100644 --- a/TeleBot/TeleBot/TeleBot.csproj +++ b/TeleBot/TeleBot/TeleBot.csproj @@ -5,6 +5,9 @@ net9.0 enable enable + 1.0.3 + 1.0.3.0 + 1.0.3.0 diff --git a/TeleBot/TeleBot/appsettings.json b/TeleBot/TeleBot/appsettings.json index 21711e4..2b783ad 100644 --- a/TeleBot/TeleBot/appsettings.json +++ b/TeleBot/TeleBot/appsettings.json @@ -20,7 +20,7 @@ "Comment": "Optional secret key for webhook authentication" }, "LittleShop": { - "ApiUrl": "http://localhost:5000", + "ApiUrl": "http://hq.lan", "OnionUrl": "", "Username": "admin", "Password": "admin",