feat: add Docker configuration and health check endpoint while updating analytics filtering and build types
This commit is contained in:
+7
-4
@@ -1,11 +1,14 @@
|
||||
# Supabase Configuration
|
||||
# ─── Supabase (Zorunlu) ───────────────────────────────────────
|
||||
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
|
||||
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
|
||||
|
||||
# AI Providers (Optional - These can also be set inside the app per user)
|
||||
# Müşteri Portalı hesabı oluşturmak için gerekli (Freelancer panelinde kullanılır)
|
||||
SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key
|
||||
|
||||
# ─── AI Sağlayıcılar (Opsiyonel — uygulama içi ayarlardan da tanımlanabilir) ───
|
||||
# OPENAI_API_KEY=your_openai_api_key
|
||||
# GROQ_API_KEY=your_groq_api_key
|
||||
# GEMINI_API_KEY=your_gemini_api_key
|
||||
|
||||
# Supabase Auth Configuration (For local / custom host)
|
||||
# NEXT_PUBLIC_SITE_URL=http://localhost:3000
|
||||
# ─── Supabase Auth (Self-host'ta gerekli olabilir) ───────────
|
||||
# NEXT_PUBLIC_SITE_URL=https://cognis.example.com
|
||||
|
||||
Reference in New Issue
Block a user