mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-02 21:30:41 +00:00
19 lines
286 B
JSON
19 lines
286 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"serverOptions": {
|
|
"name": "ZonyLRcToolsServer",
|
|
"listeners": [
|
|
{
|
|
"ip": "Any",
|
|
"port": 50001
|
|
}
|
|
]
|
|
}
|
|
}
|