# CouchDB Configuration COUCHDB_USER=admin COUCHDB_PASSWORD=change-this-password COUCHDB_SECRET=change-this-secret-string # JWT Configuration JWT_SECRET=change-this-jwt-secret-key # Application Configuration NODE_ENV=development PORT=5000 COUCHDB_URL=http://localhost:5984 COUCHDB_DB_NAME=adopt-a-street FRONTEND_URL=http://localhost:3000 # External Services (Optional) # CLOUDINARY_CLOUD_NAME=your-cloudinary-cloud-name # CLOUDINARY_API_KEY=your-cloudinary-api-key # CLOUDINARY_API_SECRET=your-cloudinary-api-secret # STRIPE_SECRET_KEY=your-stripe-secret-key # STRIPE_PUBLISHABLE_KEY=your-stripe-publishable-key # OPENAI_API_KEY=your-openai-api-key