new-react / .env.docker.template
noumanjavaid's picture
Upload 23 files
65c09e3 verified
raw
history blame contribute delete
250 Bytes
# Environment variables for Docker deployment
# Rename this file to .env.docker and fill in your values
# API Keys
GEMINI_API_KEY=your_api_key_here
# Database
DATABASE_URL=your_database_url_here
# Application settings
NODE_ENV=production
PORT=3001