Add project files.

This commit is contained in:
Dmitriy yawaflua Andreev
2024-07-28 21:47:13 +03:00
parent f39ae7b057
commit 7266036ccf
11 changed files with 332 additions and 0 deletions

10
appsettings.json Normal file
View File

@@ -0,0 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"tg-token": "TOKEN"
}