27 lines
719 B
Plaintext
27 lines
719 B
Plaintext
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"
|