Alyusufy/FlexyShow
0
1# Supabase2SUPABASE_URL=https://nkgvwtsrckrpsypgatlf.supabase.co3SUPABASE_ANON_KEY=sb_publishable_pwhnsMpqMpp2xRpXnmWcdg_ocl74zle4 5# Redpanda (Event Realtime)6REDPANDA_BROKERS=localhost:190927REDPANDA_REST_PROXY=http://localhost:180828REDPANDA_CONSOLE_URL=http://localhost:80819 10# Postgres (Sovereign State)11DATABASE_URL=postgres://postgres:password@localhost:5432/flexyshow12 13# Qdrant (Semantic Memory)14QDRANT_URL=http://localhost:633315QDRANT_API_KEY=16 17# Cognitive Layer Models (Feature 42)18HF_TOKEN=hf_xxxxxxxxxxxxxxxxx19OFFLINE=false20 21# Redis (REUSE Cache)22REDIS_URL=redis://localhost:637923 24# MinIO (Object Storage)25MINIO_ENDPOINT=localhost:900026MINIO_ACCESS_KEY=minioadmin27MINIO_SECRET_KEY=minioadmin28MINIO_BUCKET=flexyshow-media29MINIO_USE_SSL=false30 