a9903b140f
+ remove browser link refs as it's useless. + remove ps scripts used to pack, since we pack on build now. + update license + remove lib folder as it's now unused
13 lines
219 B
JSON
13 lines
219 B
JSON
{
|
|
"MongoDbSettings": {
|
|
"ConnectionString": "mongodb://localhost:27017",
|
|
"DatabaseName": "MongoDbTests2"
|
|
},
|
|
"Logging": {
|
|
"IncludeScopes": {},
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
}
|
|
}
|