<?php
return [
    // The base uri of your Unifi controller
    'base_uri' => 'https://127.0.0.1:8443',
    // Your username (You should create a user with read only access to the Unifi controller)
    'username' => '',
    // Your password
    'password' => '',
    // The site name to run the examples against
    'site'     => 'default'
];