Skip to content

Commit e2c643f

Browse files
committed
Add default credentials
Signed-off-by: Xheni Myrtaj <[email protected]>
1 parent 8f1507e commit e2c643f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RESTAPIphpListClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
//Please replace the following values with yours.
1212
$loginname = 'admin';
13-
$password = 'admin1234';
14-
$base_uri = 'http://10.211.55.4:81/lists/base/public/api/v2';
13+
$password = 'phplist';
14+
$base_uri = 'http://example.com/lists/base/public/api/v2';
1515

1616
try {
1717
$response = $client->request('POST', $base_uri . '/sessions', [

0 commit comments

Comments
 (0)