Code · 21 lines · 397 bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21{
	"ConnectionStrings": {
		"MongoDb": "mongodb://127.0.0.1:27017"
	},
	"MongoDb": {
		"DatabaseName": "test1",
		"IdleTimeoutInMinutes": 20,
		"Collections": {
			"Logs": "Logs"
		}
	},
	"Logging": {
		"LogLevel": {
			"Default": "Information",
			"AppWhatsApp.WhatsAppClient": "Debug",
			"System.Net.Http.HttpClient": "None",
			"Microsoft.AspNetCore": "Warning"
		}
	},
	"AllowedHosts": "*"
}