Files
iddaai-fe/.env.development
T
fahricansecer 71a6ed320c
Deploy Iddaai Frontend / build-and-deploy (push) Successful in 2m20s
feat: AI commentary skeleton loading - separate async endpoint
2026-05-17 16:46:53 +03:00

25 lines
737 B
Bash
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.
# ==========================================
# IDDAAI-FE — DEVELOPMENT ENVIRONMENT VARIABLES
# ==========================================
# Bu dosya lokal geliştirme için kullanılır.
# Prod değerleri: .gitea/workflows/deploy.yml → Gitea Secrets
# --- Next.js App ---
NEXT_PUBLIC_API_URL=http://localhost:3005/api
NEXT_PUBLIC_APP_URL=http://localhost:3000
PORT=3000
HOSTNAME="0.0.0.0"
# --- NextAuth ---
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET='fFw34R134jRof1H2jofh2!32hU3gfjA1'
# --- Auth Config ---
NEXT_PUBLIC_AUTH_REQUIRED=false
NEXT_PUBLIC_ENABLE_MOCK_MODE=false
# --- Paddle (Sandbox) ---
NEXT_PUBLIC_PADDLE_CLIENT_TOKEN='test_...'
NEXT_PUBLIC_PADDLE_ENVIRONMENT='sandbox'
NEXT_PUBLIC_PADDLE_SELLER_ID='...'