build: production build with Phase 1 2025 Bible Reader implementation complete
Includes all Phase 1 features: - Search-first navigation with auto-complete - Responsive reading interface (desktop/tablet/mobile) - 4 customization presets + full fine-tuning controls - Layered details panel with notes, bookmarks, highlights - Smart offline caching with IndexedDB and auto-sync - Full accessibility (WCAG 2.1 AA) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
40
.duckversions/.env-20251011105843.310.local
Normal file
40
.duckversions/.env-20251011105843.310.local
Normal file
@@ -0,0 +1,40 @@
|
||||
# Database
|
||||
DATABASE_URL=postgresql://postgres:a3ppq@10.0.0.207:5432/biblical-guide
|
||||
DB_PASSWORD=a3ppq
|
||||
|
||||
# Build optimizations
|
||||
NEXT_TELEMETRY_DISABLED=1
|
||||
# Reduce bundle analysis during builds
|
||||
DISABLE_ESLINT_PLUGIN=true
|
||||
|
||||
# Authentication
|
||||
NEXTAUTH_URL=https://biblical-guide.com
|
||||
NEXTAUTH_SECRET=development-secret-change-in-production
|
||||
JWT_SECRET=development-jwt-secret-change-in-production
|
||||
|
||||
# Azure OpenAI (Updated 2025-10-10)
|
||||
AZURE_OPENAI_KEY=42702a67a41547919877a2ab8e4837f9
|
||||
AZURE_OPENAI_ENDPOINT=https://footprints-ai.openai.azure.com
|
||||
AZURE_OPENAI_DEPLOYMENT=gpt-4o
|
||||
AZURE_OPENAI_API_VERSION=2025-01-01-preview
|
||||
AZURE_OPENAI_EMBED_DEPLOYMENT=Text-Embedding-ada-002-V2
|
||||
AZURE_OPENAI_EMBED_API_VERSION=2023-05-15
|
||||
EMBED_DIMS=1536
|
||||
BIBLE_MD_PATH=./bibles/Biblia-Fidela-limba-romana.md
|
||||
LANG_CODE=ro
|
||||
TRANSLATION_CODE=FIDELA
|
||||
|
||||
# API Bible
|
||||
API_BIBLE_KEY=7b42606f8f809e155c9b0742c4f1849b
|
||||
|
||||
# Ollama (optional)
|
||||
OLLAMA_API_URL=http://localhost:11434
|
||||
|
||||
# WebSocket port
|
||||
WEBSOCKET_PORT=3015
|
||||
|
||||
# Stripe
|
||||
STRIPE_SECRET_KEY=your_stripe_secret_key_here
|
||||
STRIPE_PUBLISHABLE_KEY=your_stripe_publishable_key_here
|
||||
STRIPE_WEBHOOK_SECRET=your_stripe_webhook_secret_here
|
||||
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=your_stripe_publishable_key_here
|
||||
Reference in New Issue
Block a user