resume-parser / .env.huggingface
PPSA's picture
Upload 235 files
dca8ede verified
# Database connection string
# Replace with your actual PostgreSQL database URL
DATABASE_URL=postgresql://username:password@hostname:5432/database
# API URL will be your Hugging Face Spaces URL
NEXT_PUBLIC_API_URL=https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME
# Add any other environment variables your application needs
# NEXTAUTH_SECRET="your_random_string"
# NEXTAUTH_URL="https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME"