13 lines
242 B
JSON
13 lines
242 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Mongo": {
|
|
"ConnectionString": "mongodb://terralilly85:pr1ncessN0ra@192.168.1.14:27017/",
|
|
"Database": "pso"
|
|
}
|
|
}
|