@bigbinary/neeto-image-uploader-frontend 1.2.8 → 1.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -61,7 +61,6 @@
61
61
  IMAGE_KIT_PUBLIC_KEY
62
62
  IMAGE_KIT_PRIVATE_KEY
63
63
  IMAGE_KIT_URL_ENDPOINT
64
- IMAGE_KIT_AUTH_ENDPOINT
65
64
  IMAGE_KIT_DEFAULT_FOLDER
66
65
 
67
66
  UNSPLASH_ACCESS_KEY #(for fetching images from unsplash)
@@ -73,7 +72,6 @@
73
72
  image_kit_public_key: <%= ENV["IMAGE_KIT_PUBLIC_KEY"] %>
74
73
  image_kit_private_key: <%= ENV["IMAGE_KIT_PRIVATE_KEY"] %>
75
74
  image_kit_url_endpoint: <%= ENV["IMAGE_KIT_URL_ENDPOINT"] %>
76
- image_kit_auth_endpoint: <%= ENV["IMAGE_KIT_AUTH_ENDPOINT"] %>
77
75
  client_app_name: <%= ENV["CLIENT_APP_NAME"] %>
78
76
  unsplash_access_key: <%= ENV["UNSPLASH_ACCESS_KEY"] %>
79
77
  ```
@@ -89,7 +87,6 @@
89
87
  image_kit: {
90
88
  url_endpoint: Rails.application.secrets.image_kit_url_endpoint,
91
89
  public_key: Rails.application.secrets.image_kit_public_key,
92
- authentication_endpoint: Rails.application.secrets.image_kit_auth_endpoint,
93
90
  folder: Rails.application.secrets.client_app_name
94
91
  }
95
92
  }