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
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,7 @@ config.manual_start = false
136
136
Then you can configure all global variables such as files storing/caching, deleting files, etc.
137
137
Full list of available options is listed in the file itself. Just uncomment an option and set the value.
138
138
139
+
In examples we’re going to use `ucarecdn.com` domain. Check your project's subdomain in the [Dashboard](https://app.uploadcare.com/projects/-/settings/#delivery).
139
140
140
141
### Uploadcare File Uploader
141
142
@@ -180,7 +181,7 @@ This helper uses a CDN-url for the widget bundle and supports three options:
180
181
The `<head>` tag then also includes the `<script>` with widget global settings set in `config/initializers/uploadcare.rb`. You can override them later in an individual widget.
181
182
182
183
183
-
#### Using asset pipeline.
184
+
#### Using asset pipeline
184
185
185
186
Download and append widget manually to your asset pipeline. You may download (e.g. https://ucarecdn.com/libs/widget/3.x/uploadcare.full.min.js) and serve the widget yourself along with your other assets.
0 commit comments