license switch agpl -> busl1, sprints work, new product advisories

This commit is contained in:
master
2026-01-20 15:32:20 +02:00
parent 4903395618
commit c32fff8f86
1835 changed files with 38630 additions and 4359 deletions

View File

@@ -20,7 +20,7 @@ This document provides the configuration reference for the Release Orchestrator,
```bash
# Database
STELLA_DATABASE_URL=postgresql://user:pass@host:5432/stella
STELLA_REDIS_URL=redis://host:6379
STELLA_REDIS_URL=redis://host:6379 # Valkey (Redis-compatible)
STELLA_SECRET_KEY=base64-encoded-32-bytes
STELLA_LOG_LEVEL=info
STELLA_LOG_FORMAT=json
@@ -75,7 +75,7 @@ database:
ssl_mode: require
redis:
url: redis://host:6379
url: redis://host:6379 # Valkey (Redis-compatible)
prefix: stella
auth: