mirror of
https://github.com/Dvorinka/Trackeep.git
synced 2026-06-04 04:22:57 +00:00
small fix, don't worry about it
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user