docs: add update client config keys

This commit is contained in:
2025-12-28 23:39:10 +01:00
parent 2aa04795b3
commit 8a16a8633b
4 changed files with 14 additions and 5 deletions

View File

@ -1,4 +1,4 @@
ID: TASK_000027 | Version: 0.1.0 | Status: Draft
ID: TASK_000027 | Version: 0.1.0 | Status: In Progress
By: Codex (GPT-5)
# TASK_000027: Update endpoint config
@ -10,11 +10,11 @@ Client kennt Update-Endpoint, Auth und Polling-Konfiguration.
US_000026
## Beschreibung
- Konfigurationskeys definieren (z.B. `SKD_UPDATE_URL`, `SKD_UPDATE_TOKEN`, `SKD_UPDATE_INTERVAL`).
- Konfigurationskeys definieren (`SKD_UPDATE_URL`, `SKD_UPDATE_TOKEN`, `SKD_UPDATE_INTERVAL`).
- Default auf `https://update.wlkns.org` festlegen.
- Lesen der Config in Settings/ENV beschreiben.
## Definition of Done (DoD)
- Konfigurations-Keys dokumentiert.
- Default-URL ist festgelegt.
- Client kann Update-Endpoint ueber Konfiguration aufloesen.
- Konfigurations-Keys dokumentiert (`env.example`, README).
- Default-URL ist festgelegt (`https://update.wlkns.org`).
- Settings laden die Update-Konfiguration aus ENV.