FIX: Remove hardcoded Signal number and use credentials vault
This commit is contained in:
@@ -102,6 +102,7 @@ This function is the secure getter for all system secrets. It prioritizes the Va
|
||||
(:groq "GROQ_API_KEY")
|
||||
(:openrouter "OPENROUTER_API_KEY")
|
||||
(:telegram "TELEGRAM_BOT_TOKEN")
|
||||
(:signal "SIGNAL_ACCOUNT_NUMBER")
|
||||
(t nil))))
|
||||
(when (and env-var (eq type :api-key))
|
||||
(uiop:getenv env-var))))))
|
||||
|
||||
Reference in New Issue
Block a user