11 lines
279 B
Bash
11 lines
279 B
Bash
# Backend Environment Variables
|
|
|
|
# Production URL (for CORS in production)
|
|
PRODUCTION_URL=https://braindrops.nicwands.com
|
|
|
|
# Optional: Custom backend port (default: 3001)
|
|
# PORT=3001
|
|
|
|
# Add your API keys and secrets here
|
|
# OPENAI_API_KEY=your-api-key
|
|
# SOME_SERVICE_KEY=your-key
|