# NinjaOne API Configuration # Copy this to config.py and fill in your credentials NINJAONE_CONFIG = { 'client_id': 'your_client_id', 'client_secret': 'your_client_secret', 'base_url': 'https://app.ninjarmm.com', # or your regional URL 'token_url': 'https://app.ninjarmm.com/ws/oauth/token', 'scope': 'monitoring management' }