Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikus1993 committed Sep 13, 2021
2 parents 783eb4e + ab4dde7 commit 10e657d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DevNews.Cli/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"Format": "colored"
},
"MicrosoftTeams": {
"Enabled": false
"Enabled": true
},
"ConnectionStrings": {
"Articles": "mongodb://root:[email protected]:27017",
"Discord": "",
"Teams": ""
},
"Reddit": {
"SubReddits": ["dotnet", "fsharp", "golang", "python", "node"]
"SubReddits": ["dotnet", "csharp", "fsharp", "golang", "python", "node", "javascript"]
}
}
}

0 comments on commit 10e657d

Please sign in to comment.