Code
·
14 lines
·
290 bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14{
"Mongo": {
"ConnectionString1": "mongodb://192.168.28.210:27017",
"ConnectionString2": "mongodb://127.0.0.1:27017"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}