Fixed Server folder name

This commit is contained in:
2025-06-05 05:52:36 +00:00
parent b93b14f051
commit 183a150234
10 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Warning"
}
},
"Kestrel":{
"Endpoints": {
"http":{
"Url": "http://localhost:5146"
}
}
},
"Embeddingsearch": {
"ConnectionStrings": {
"SQL": "server=localhost;database=embeddingsearch;uid=embeddingsearch;pwd=somepassword!;"
},
"OllamaURL": "http://localhost:11434",
"ApiKeys": ["Some UUID here", "Another UUID here"],
"UseHttpsRedirection": true
}
}