-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I've deployed this as the image reference implementation but when you get the info.json the @id of the image starts with http://resync.library.cornell.edu/iiif_auth_test. Is there a way to set this either as part of the deployment or as a parameter? You can see an example of this by going to:
http://iiif.io/api/image/2.1/example/reference/detail/info.json
Ideally this would be either:
- a config value I can set during the docker build
- or a parameter to the info.json request e.g. http://host/2.0_pil?baseuri=http://iiif.io/api/image/2.1/example/reference
I see the comment in the code about taking it from the WSGI but that won't work in this case as its running from image-api.iiif.io and proxied through the iiif.io website. Unless I can set a variable in the WSGI config file.
For info this is the docker build file:
https://github.com/IIIF/docker-image-api-reference/blob/master/Dockerfile
Metadata
Metadata
Assignees
Labels
No labels