ReadyForQuantum / appsettings.json
johnbridges's picture
new domain
a08dc45
raw
history blame contribute delete
274 Bytes
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ChatServer": "chatsrv.readyforquantum.com",
"TranscribeAudioUrl" : "https://transcribe.readyforquantum.com/transcribe_audio"
}