Initial release of the Unifi API Client
This commit is contained in:
11
examples/config.example.php
Normal file
11
examples/config.example.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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'
|
||||
];
|
||||
Reference in New Issue
Block a user