turing-machine/Implementation/Server/appsettings.Development.json

10 lines
203 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Urls": "http://0.0.0.0:48080"
}