Merge and add BTCPay external nodes configuration
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user