Files
Kayori_Medusa.net/Core/Server/appsettings.Development.json

16 lines
235 B
JSON

{
"Kestrel": {
"Endpoints": {
"MyHttpEndpoint": {
"Url": "http://0.0.0.0:5120"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}