22 lines
591 B
JSON
22 lines
591 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Google": {
|
|
"GeminiApiKey": "AIzaSyBnea0la9S-rEVBv8qUqbrv37Zl9-0kHpQ",
|
|
"ModelId": "gemini-1.5-pro"
|
|
},
|
|
"ServerSpace": {
|
|
"ApiKey": "tIAXVf3AkCkkpSX+PjFvktfEeSPyA1ZYam50UO3ye/qmxVZX6PIXstmJsLZXkQ39C33onFD/81mdxvhbGHm7tQ=="
|
|
},
|
|
"MongoDB": {
|
|
"ConnectionString": "mongodb://admin:c4rn31r0@192.168.0.82:27017,192.168.0.81:27017/?authSource=admin",
|
|
"DatabaseName": "ChatServerSpaceDb",
|
|
"CollectionName": "ChatMessages"
|
|
}
|
|
}
|