![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/domains/lavocat.ca/private_html/ |
NODE_ENV=production NEXTAUTH_SECRET=3560f921b7bbf968e64fbc2835960840d184fcb95977e960a2124de6bbbed2d3 NEXTAUTH_URL=https://lavocat.ca COOKIE_DOMAIN=lavocat.ca # Production Database - Update this with your production database URL # For SQLite: DATABASE_URL=file:./production.db # For PostgreSQL: DATABASE_URL=postgresql://username:password@host:port/database DATABASE_URL=file:./production.db # OpenAI API Key for AI Chatbot (optional) # OPENAI_API_KEY=your_production_openai_api_key_here # Additional production settings PORT=3001 HOSTNAME=0.0.0.0 HTTPS_PORT=3444 # WebSocket URL for real-time features NEXT_PUBLIC_WS_URL=wss://lavocat.ca # App URL for public assets NEXT_PUBLIC_APP_URL=https://lavocat.ca # SMTP Configuration for lavocat.ca SMTP_HOST=mail.lavocat.ca SMTP_PORT=587 SMTP_SECURE=yes SMTP_USER=support@lavocat.ca SMTP_PASSWORD=Wpb7rYvfrhHwpNgS9V3T SMTP_FROM=support@lavocat.ca # Stripe Configuration (Update with your production keys) STRIPE_SECRET_KEY=sk_test_your_stripe_secret_key_here NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_your_stripe_publishable_key_here STRIPE_WEBHOOK_SECRET=whsec_your_webhook_secret_here # Payment Configuration PAYMENT_CURRENCY=CAD DEFAULT_PLATFORM_FEE=0.10 ESCROW_AUTO_RELEASE_DAYS=30 # Facebook App ID for Social Sharing NEXT_PUBLIC_FACEBOOK_APP_ID=your_facebook_app_id_here