mirror of
https://gitea.tendokyu.moe/Kayori/Medusa.net.git
synced 2026-09-25 07:48:10 +03:00
16 lines
235 B
JSON
16 lines
235 B
JSON
{
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"MyHttpEndpoint": {
|
|
"Url": "http://0.0.0.0:5120"
|
|
}
|
|
}
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
}
|
|
}
|