Merge and add BTCPay external nodes configuration

This commit is contained in:
SilverLabs DevTeam
2025-09-19 12:15:52 +01:00
15 changed files with 438 additions and 32 deletions

View File

@@ -16,7 +16,12 @@ using TeleBot;
using TeleBot.Handlers;
using TeleBot.Services;
<<<<<<< HEAD
var builder = WebApplication.CreateBuilder(args);
=======
var builder = Host.CreateApplicationBuilder(args);
var BrandName = "Little Shop";
>>>>>>> d343037bbd676063e5bd9724c2eebcc55261d533
// Configuration
builder.Configuration
.SetBasePath(Directory.GetCurrentDirectory())