13 lines
178 B
JSON
13 lines
178 B
JSON
{
|
|
"Api": {
|
|
"Port": 5000,
|
|
"DataPath": "./data"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
}
|
|
}
|