Files
imgPub/.env.example
2025-11-21 01:21:37 +03:00

27 lines
719 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
VITE_API_BASE_URL=http://localhost:4000
VITE_SUPABASE_URL=""
VITE_SUPABASE_ANON_KEY=""
VITE_GOOGLE_REDIRECT_URL="http://localhost:5173"
# Backend
SUPABASE_URL=""
SUPABASE_SERVICE_ROLE_KEY=""
SUPABASE_USERS_TABLE="users"
JWT_SECRET="change-me"
# Allowed frontend origins (comma-separated, include scheme)
CLIENT_ORIGIN="http://localhost:5173"
# GLM / Anthropic çeviri servisi
ZAI_GLM_API_KEY="YOUR_ZAI_GLM_API_KEY"
ZAI_GLM_MODEL="glm-4.6"
ZAI_GLM_API_URL="https://api.z.ai/api/anthropic"
# Diğer çeviri modelleri (opsiyonel)
OPENAI_API_KEY=""
OPENAI_MODEL="gpt-4o-mini"
DEEPSEEK_API_KEY=""
DEEPSEEK_MODEL="deepseek-chat"
# Varsayılan aktif çeviri modeli (glm | openai | deepseek)
TRANSLATION_ACTIVE_MODEL="glm"