# BharatGraph Environment Variables # Copy this file to .env and add your REAL values there # This file uses placeholders only — NEVER put real keys here # .env is git-ignored and stays only on your computer # data.gov.in — register free at https://data.gov.in/user/register DATAGOV_API_KEY=your_datagov_api_key_here # Neo4j AuraDB — free at https://neo4j.com/cloud/platform/aura-graph-database NEO4J_URI=neo4j+s://your-instance.databases.neo4j.io NEO4J_USER=neo4j NEO4J_PASSWORD=your_generated_password_here # OpenSanctions — free API key at https://opensanctions.org/api OPENSANCTIONS_API_KEY=your_opensanctions_api_key_here # Copernicus Satellite — free at https://dataspace.copernicus.eu COPERNICUS_USER=your_copernicus_username_here COPERNICUS_PASSWORD=your_copernicus_password_here # News API — optional, free at https://newsapi.org NEWSAPI_KEY=your_newsapi_key_here