license switch agpl -> busl1, sprints work, new product advisories
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user