Skip to content

Commit 25a6119

Browse files
committed
placeholder convention
1 parent def5bea commit 25a6119

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Create a new file `config/initializers/imagekitio.rb` then add the configuration
5252
```ruby
5353
ImageKitIo.configure do |config|
5454
if Rails.env.development?
55-
config.public_key = '<your-public-key>'
56-
config.private_key = '<your-private-key>'
57-
config.url_endpoint = '<endpoint-url>'
55+
config.public_key = 'your_public_api_key'
56+
config.private_key = 'your_private_api_key'
57+
config.url_endpoint = 'https://ik.imagekit.io/your_imagekit_id/'
5858
end
5959
config.service = :carrierwave
6060
#config.service = :active_storage

0 commit comments

Comments
 (0)