feat : question comfyui_url + COMFYUI_URL dans l'env applicatif (phase 3)
This commit is contained in:
@@ -7,5 +7,8 @@ DATA_DIR=__DATA_DIR__
|
||||
# Endpoint Ollama (optionnel : dégradation gracieuse si injoignable).
|
||||
OLLAMA_URL=__OLLAMA_URL__
|
||||
|
||||
# Endpoint ComfyUI pour les smoke tests (optionnel : dégradation gracieuse).
|
||||
COMFYUI_URL=__COMFYUI_URL__
|
||||
|
||||
# Token Bearer protégeant POST /api/alerts (généré à l'install — secret).
|
||||
ALERTS_TOKEN=__ALERTS_TOKEN__
|
||||
|
||||
@@ -46,6 +46,13 @@ ram.runtime = "150M"
|
||||
default = "http://127.0.0.1:11434"
|
||||
optional = true
|
||||
|
||||
[install.comfyui_url]
|
||||
ask.fr = "URL de l'API ComfyUI pour les smoke tests (optionnel — dégradation gracieuse)"
|
||||
ask.en = "ComfyUI API URL for smoke tests (optional — graceful degradation)"
|
||||
type = "string"
|
||||
default = "http://127.0.0.1:8188"
|
||||
optional = true
|
||||
|
||||
[resources]
|
||||
# Archive de l'app, publiée par tag sur la forge (procédure de release : README racine).
|
||||
# sha256 recalculé après chaque tag : sha256sum vX.Y.Z.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user