fix(demo): fix Reactive Resume AUTH_SECRET, Kiwix ZIM download, Apple Health check
- Add AUTH_SECRET env var required by Reactive Resume - Kiwix auto-downloads Wikipedia Medical ZIM on first start - Simplify Apple Health healthcheck to use InfluxDB ready() API - Add all missing service config vars to ensure_env bootstrapping 💘 Generated with Crush Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
@@ -100,6 +100,8 @@ RESUME_MINIO_PASSWORD=minioadmin
|
||||
RESUME_CHROME_TOKEN=chrome_token_demo
|
||||
RESUME_ACCESS_TOKEN_SECRET=access_token_secret_demo
|
||||
RESUME_REFRESH_TOKEN_SECRET=refresh_token_secret_demo
|
||||
# AUTH_SECRET maps to ACCESS_TOKEN_SECRET for Reactive Resume
|
||||
AUTH_SECRET=access_token_secret_demo
|
||||
|
||||
# Metrics Configuration
|
||||
METRICS_GITHUB_TOKEN=GITHUB_API_TOKEN_PLACEHOLDER
|
||||
|
||||
Reference in New Issue
Block a user