Files
RemoteExec/RemoteExec.Server/appsettings.Development.json
T
2025-12-20 18:46:21 +01:00

20 lines
300 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5000"
},
"Https": {
"Url": "https://*:5001"
}
}
},
"AllowedHosts": "*"
}