welp instrumentation , some refactoring remains

This commit is contained in:
user
2026-02-28 18:55:52 +02:00
parent d9e89a345e
commit 0265d6e774
4 changed files with 188 additions and 6 deletions

View File

@@ -70,6 +70,7 @@ function loadSettings(): Settings {
databaseUrl: getEnv("DATABASE_URL"),
internalApiKey: getEnv("INTERNAL_API_KEY"),
debugKey: getEnv("DEBUG_KEY"),
processorApiUrl: getEnv("PROCESSOR_API_URL", "http://localhost:3000"),