# Find a Gram Backend Environment Variables # Application DEBUG=false # Database DATABASE_URL=postgresql+asyncpg://findagram:findagram_pass@localhost:5432/findagram # JWT Secret (generate with: openssl rand -hex 32) SECRET_KEY=your-super-secret-key-change-in-production # CORS Origins (comma-separated) CORS_ORIGINS=["http://localhost:3001","http://localhost:3000"]