- FastAPI backend mit Domain-Check, TLD-Pricing, User-Management - Next.js frontend mit modernem UI - Sortierbare TLD-Tabelle mit Mini-Charts - Domain availability monitoring - Subscription tiers (Starter, Professional, Enterprise) - Authentication & Authorization - Scheduler für automatische Domain-Checks
12 lines
287 B
Plaintext
12 lines
287 B
Plaintext
# =================================
|
|
# pounce Frontend Configuration
|
|
# =================================
|
|
# Copy this file to .env.local and update values
|
|
|
|
# Backend API URL
|
|
NEXT_PUBLIC_API_URL=http://localhost:8000
|
|
|
|
# Production example:
|
|
# NEXT_PUBLIC_API_URL=https://api.yourdomain.com
|
|
|