Ebovir/pubmed
0
1# PubMed Proxy Service Configuration2 3# Service settings4SERVICE_PORT=50075SERVICE_API_KEY=dev-key-change-in-production6 7# CORS - comma-separated list of allowed origins8ALLOWED_ORIGINS=http://localhost:3000,http://localhost:51739 10# MongoDB settings11# Local development:12MONGODB_URI=mongodb://localhost:2701713# Production (MongoDB Atlas):14# MONGODB_URI=mongodb+srv://username:password@cluster.mongodb.net/?retryWrites=true&w=majority15MONGODB_DB=PubMed16MONGODB_COLLECTION=abstracts17 18# NCBI API key (optional - increases rate limits from 3/sec to 10/sec)19# Get one at: https://www.ncbi.nlm.nih.gov/account/settings/20# NCBI_API_KEY=your-ncbi-api-key21 