Skip to content

Commit

Permalink
Add appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardin08 committed May 9, 2024
1 parent 0bf378c commit 85bb237
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions EduAutomation/appsettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Trello": {
"AppKey": "app-key",
"UserToken": "user-token",
"BoardId": "board-id",
"ListId": "list-id"
},
"GitHub": {
"PatToken": "gh-pat"
},
"Telegram": {
"BotToken": "tg-bot-token",
"ChannelId": "tg-channel-id"
}
}

0 comments on commit 85bb237

Please sign in to comment.