Agent-Logs-Url: https://github.com/SamueleLorefice/MilkyShots/sessions/9e431129-9b03-450e-8547-401878c3428b Co-authored-by: SamueleLorefice <6562494+SamueleLorefice@users.noreply.github.com>
23 lines
456 B
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"
|
|
}
|
|
}
|
|
}
|
|
}
|