We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd008f commit b10af4fCopy full SHA for b10af4f
sample/sample.php
@@ -8,13 +8,9 @@
8
exit;
9
}
10
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
-
+$public_key = 'your_public_key';
+$your_private_key = 'your_private_key';
+$url_end_point = 'https://ik.imagekit.io/demo';
18
19
$sample_file_url = 'https://cdn.pixabay.com/photo/2020/02/04/22/29/owl-4819550_960_720.jpg';
20
$sample_file_path = '/sample_image.jpg';
0 commit comments