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 def5bea commit 25a6119Copy full SHA for 25a6119
README.md
@@ -52,9 +52,9 @@ Create a new file `config/initializers/imagekitio.rb` then add the configuration
52
```ruby
53
ImageKitIo.configure do |config|
54
if Rails.env.development?
55
- config.public_key = '<your-public-key>'
56
- config.private_key = '<your-private-key>'
57
- config.url_endpoint = '<endpoint-url>'
+ config.public_key = 'your_public_api_key'
+ config.private_key = 'your_private_api_key'
+ config.url_endpoint = 'https://ik.imagekit.io/your_imagekit_id/'
58
end
59
config.service = :carrierwave
60
#config.service = :active_storage
0 commit comments