Files
telegram-bot/Core/appsettings.Development.json
T

24 lines
717 B
JSON
Raw Normal View History

2020-03-01 22:09:14 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
2020-03-08 01:55:50 +04:00
},
2021-12-25 16:41:17 +02:00
"BotConfig": {
"token": "5093569980:AAEnrlpg2VYD0CyQYIZtWpUuRrlpkDG8NaI"
},
"ModuleDirectories": [
"C:\\Users\\Andriy\\RiderProjects\\telegram-bot\\modules\\Destiny2.WhereIsXur\\bin\\Debug\\net5.0",
"C:\\Users\\Andriy\\RiderProjects\\telegram-bot\\modules\\RichSiteSummary\\bin\\Debug\\net5.0"
],
2020-03-08 01:55:50 +04:00
"ConnectionStrings": {
2021-12-25 16:41:17 +02:00
"DefaultConnection": "server=127.0.0.1;UserId=root;Password=;database=kruzyatgbot-core;port=3306",
"RichSiteSummary": "server=127.0.0.1;UserId=root;Password=;database=kruzyatgbot-rss;port=3306"
2020-03-01 22:09:14 +04:00
}
}