17 lines
330 B
JSON
17 lines
330 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"JWT": {
|
|
"Audience": "",
|
|
"Issuer": "",
|
|
"Secret": ""
|
|
},
|
|
"ConnectionStrings": {
|
|
"MongoDBURI": "mongodb+srv://<username>:<password>@cluster0.abc.mongodb.net/?retryWrites=true&w=majority"
|
|
}
|
|
}
|