feat: add API key color assignment, auto-persist, AGENTS.md
This commit is contained in:
@@ -84,7 +84,7 @@ namespace URLNotesGrabberCORE
|
||||
if (string.IsNullOrWhiteSpace(dbPath))
|
||||
dbPath = Path.Combine(Directory.GetCurrentDirectory(), "..", "..", "..", "tl.db");
|
||||
|
||||
ApiKeyPool.Initialize(config, dbPath, apiExplicitlySet ? apiSectionName : null);
|
||||
ApiKeyPool.Initialize(config, dbPath, "appsettings.json", apiExplicitlySet ? apiSectionName : null);
|
||||
|
||||
// Setup Dual Logging
|
||||
bool enableFileLogging = settings.GetValue("EnableFileLogging", true);
|
||||
|
||||
Reference in New Issue
Block a user