feat: AI commentary skeleton loading - separate async endpoint
Deploy Iddaai Frontend / build-and-deploy (push) Successful in 2m20s

This commit is contained in:
2026-05-17 16:46:53 +03:00
parent e744a62fc2
commit 71a6ed320c
8 changed files with 228 additions and 40 deletions
+15 -20
View File
@@ -1,29 +1,24 @@
# ==========================================
# IDDAAI - DEVELOPMENT ENVIRONMENT VARIABLES
# IDDAAI-FE — DEVELOPMENT ENVIRONMENT VARIABLES
# ==========================================
# Bu dosya lokal geliştirme için kullanılır.
# Prod değerleri: .gitea/workflows/deploy.yml → Gitea Secrets
# --- FRONTEND (iddaai-fe) ---
# Next.js uygulaması için gerekli ayarlar
# --- 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'
# --- BACKEND (iddaai-be) ---
# NestJS uygulaması için gerekli ayarlar
NODE_ENV=development
# --- Auth Config ---
NEXT_PUBLIC_AUTH_REQUIRED=false
NEXT_PUBLIC_ENABLE_MOCK_MODE=false
# Database (Localde PostgreSQL çalışıyorsa)
DATABASE_URL="postgresql://iddaai_user:IddaA1_S4crET!@localhost:5432/iddaai_db?schema=public"
# Redis
REDIS_HOST="localhost"
REDIS_PORT="6379"
REDIS_PASSWORD="IddaA1_Redis_Pass!"
# AI Engine
AI_ENGINE_URL="http://localhost:8000"
# JWT Config
JWT_SECRET="b7V8jM2wP1L5mQxs2RdfFkAsLpI2oG!w"
JWT_ACCESS_EXPIRATION="1d"
# --- Paddle (Sandbox) ---
NEXT_PUBLIC_PADDLE_CLIENT_TOKEN='test_...'
NEXT_PUBLIC_PADDLE_ENVIRONMENT='sandbox'
NEXT_PUBLIC_PADDLE_SELLER_ID='...'