devops folders consolidate
This commit is contained in:
@@ -26,17 +26,16 @@ POSTGRES_PASSWORD=ci_test_password
|
||||
POSTGRES_DB=stellaops_test
|
||||
|
||||
# =============================================================================
|
||||
# CACHE & MESSAGING
|
||||
# CACHE & MESSAGING (Valkey)
|
||||
# =============================================================================
|
||||
# Valkey (Redis-compatible) - Port 6380 to avoid conflicts
|
||||
# Valkey handles both caching and message queuing
|
||||
VALKEY_CONNECTION_STRING="localhost:6380"
|
||||
VALKEY_HOST=localhost
|
||||
VALKEY_PORT=6380
|
||||
|
||||
# NATS JetStream - Port 4223 to avoid conflicts
|
||||
#NATS_URL="nats://localhost:4223"
|
||||
#NATS_HOST=localhost
|
||||
#NATS_PORT=4223
|
||||
# Queue broker using Valkey streams
|
||||
QUEUE_BROKER="valkey://localhost:6380"
|
||||
|
||||
# =============================================================================
|
||||
# MOCK CONTAINER REGISTRY
|
||||
|
||||
Reference in New Issue
Block a user