Files
MilkyShots/MilkStream/appsettings.json

23 lines
456 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"LactoseBaseUrl": "http://localhost:5162/",
"SassCompiler": {
"Source": "Styles",
"Target": "wwwroot/css",
"Arguments": "--style=compressed",
"GenerateScopedCss": false,
"IncludePaths": [],
"Configurations": {
"Debug": {
"Arguments": "--style=expanded"
}
}
}
}