# Database DATABASE_URL=postgresql://user:password@localhost:5432/findadispo # JWT Settings SECRET_KEY=your-super-secret-key-change-in-production ALGORITHM=HS256 ACCESS_TOKEN_EXPIRE_MINUTES=30 # External API DISPENSARY_API_URL=http://localhost:3010 DISPENSARY_API_KEY=your-api-key # CORS FRONTEND_URL=http://localhost:3000 # Server HOST=0.0.0.0 PORT=8000