Skip to content

Commit b10af4f

Browse files
committed
upload, rename api parameters modified, test cases, sample app updated
1 parent 1fd008f commit b10af4f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

sample/sample.php

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@
88
exit;
99
}
1010

11-
// $public_key = 'your_public_key';
12-
// $your_private_key = 'your_private_key';
13-
// $url_end_point = 'https://ik.imagekit.io/demo';
14-
$public_key = 'public_Qp7LRq6BgZoqzQAzRpbUe2o68II=';
15-
$your_private_key = 'private_9d/vrR10y11DjFWsmKFb+ra2sHE=';
16-
$url_end_point = 'https://ik.imagekit.io/0wbiqzorc';
17-
11+
$public_key = 'your_public_key';
12+
$your_private_key = 'your_private_key';
13+
$url_end_point = 'https://ik.imagekit.io/demo';
1814

1915
$sample_file_url = 'https://cdn.pixabay.com/photo/2020/02/04/22/29/owl-4819550_960_720.jpg';
2016
$sample_file_path = '/sample_image.jpg';

0 commit comments

Comments
 (0)