small fix, don't worry about it

This commit is contained in:
Tomas Dvorak
2026-04-10 12:06:01 +02:00
parent 954a1a1080
commit c6a99c7e21
214 changed files with 40237 additions and 2828 deletions
+3 -4
View File
@@ -35,8 +35,8 @@ The update system **requires** the OAuth service to be running:
### Required Environment Variables
```bash
# OAuth Service (REQUIRED)
OAUTH_SERVICE_URL=http://localhost:9090
# Control service URL is hardwired in Trackeep
# https://hq.trackeep.org
JWT_SECRET=your-jwt-secret-key
# Update Configuration
@@ -183,8 +183,7 @@ GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxx
### After (OAuth Required)
```bash
# Zero configuration - OAuth handles everything
OAUTH_SERVICE_URL=http://localhost:9090
# Zero configuration - Trackeep uses https://hq.trackeep.org
JWT_SECRET=shared-secret
```