OpenChat/OpenChatApi/appsettings.json
Ricardo Carneiro 5b6487b38f Initial commit
2025-01-26 19:30:38 -03:00

13 lines
214 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"MongoDB": {
"ConnectionString": "mongodb://localhost:27017"
}
}