You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'll see three configuration sections that you should complete in order:
87
91
88
92
#### 1. Base Configuration
@@ -91,7 +95,9 @@ This section contains the essential credentials to connect with your ImageKit ac
91
95
92
96
1.**Public Key**: Obtain your public key (prefixed with `public_`) from the [API Keys section](https://imagekit.io/dashboard/developer/api-keys) of your ImageKit dashboard.
93
97
2.**Private Key**: Copy your private key (prefixed with `private_`) from the same dashboard page. Note: Keep your private key confidential as it grants full access to your ImageKit account.
94
-
3.**URL Endpoint**: Get your endpoint URL (formatted as `https://ik.imagekit.io/your_imagekit_id`) from your [ImageKit URL endpoints page](https://imagekit.io/dashboard/url-endpoints).
98
+
3.**URL Endpoint**: Get your endpoint URL (formatted as `https://ik.imagekit.io/your_imagekit_id`) from the same dashboard page.
99
+
100
+

0 commit comments