powershell-speech-service/appsettings.json
2024-07-12 22:33:03 -04:00

11 lines
191 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"audioOutputTargetPath": "./spoken"
}