Update TeleBot configuration and add versioning
- 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 <noreply@anthropic.com>
This commit is contained in:
parent
6be1ea8085
commit
8e3efb7c3a
@ -5,6 +5,9 @@
|
|||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
|
<Version>1.0.3</Version>
|
||||||
|
<AssemblyVersion>1.0.3.0</AssemblyVersion>
|
||||||
|
<FileVersion>1.0.3.0</FileVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
"Comment": "Optional secret key for webhook authentication"
|
"Comment": "Optional secret key for webhook authentication"
|
||||||
},
|
},
|
||||||
"LittleShop": {
|
"LittleShop": {
|
||||||
"ApiUrl": "http://localhost:5000",
|
"ApiUrl": "http://hq.lan",
|
||||||
"OnionUrl": "",
|
"OnionUrl": "",
|
||||||
"Username": "admin",
|
"Username": "admin",
|
||||||
"Password": "admin",
|
"Password": "admin",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user