NTestAIApi/appsettings.json

13 lines
217 B
JSON
Raw Normal View History

2026-05-11 13:06:09 +09:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Gemini": {
"ApiKey": "AIzaSyBWgJaS794XO4O38iYcNF6XFd85qb0Zy2Q"
}
}