Added mock config

This commit is contained in:
EzFeDezy
2025-05-27 12:05:12 +02:00
parent ecce9a5051
commit 1221be150d

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
}
}