Files
IM_NEW/FileService.WebApi/appsettings.Development.json

13 lines
250 B
JSON

{
"InternalApiKey": "development-only-change-me",
"InternalServices": {
"GroupServiceBaseUrl": "http://localhost:5070/"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}