This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace CvMatcher.Models.Settings;
|
||||
|
||||
public sealed class RagApiSettings
|
||||
{
|
||||
public string BaseUrl { get; set; } = "http://localhost:8081";
|
||||
public string InternalApiKey { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user