We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e353df + d912045 commit 9939c19Copy full SHA for 9939c19
docker/docker-entrypoint.sh
@@ -16,6 +16,7 @@ jq \
16
--arg pluginHost "$PLUGIN_HOST" \
17
'.imsApiUrl = $imsApiUrl |
18
.osApiUrl = $osApiUrl |
19
+ .imsJsApiUrl = $imsJsApiUrl |
20
.maxAttachmentSizeBytes = $maxAttachmentSizeBytes |
21
.attachmentAllowedFileExtensions = $attachmentAllowedFileExtensions |
22
.imageAllowedFileExtensions = $imageAllowedFileExtensions |
0 commit comments