# Local Development Environment Configuration # This file is for private localhost settings and should not be committed to version control # Development Server Configuration NEXT_PUBLIC_APP_URL=http://localhost:3000 NEXT_PUBLIC_APP_NAME="Nhi Vo Portfolio" # Database Configuration (if needed in future) # DATABASE_URL="postgresql://username:password@localhost:5432/portfolio_db" # API Keys (if needed in future) # NEXT_PUBLIC_ANALYTICS_ID="" # EMAIL_SERVICE_API_KEY="" # Development Flags NODE_ENV=development NEXT_PUBLIC_DEBUG=true # Content Management NEXT_PUBLIC_DEFAULT_LANGUAGE=en NEXT_PUBLIC_SUPPORTED_LANGUAGES=en,vn # Local Development Notes # - This file is automatically ignored by git (.gitignore) # - Add any sensitive keys or local configuration here # - Use NEXT_PUBLIC_ prefix for client-side environment variables # - Use without prefix for server-side only variables