SaluAi / src /Infrastructure /TelegramSaaS.API /appsettings.Development.json
Raghava Pulugu
Deploy app without exposed API tokens
7535af1
Raw
History Blame Contribute Delete
577 Bytes
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"HuggingFace": {
"Token": ""
},
"KaggleGpuUrl": "https://d8cce37bd7fb8f9fd8.gradio.live",
"ColabGpuUrl": "https://466c2568de385b0083.gradio.live",
"ContentSafety": {
"EnableDevelopmentExplicitEditSimulation": true
}
}