The third factor in the 12 factor methodology is "Store config in the environment".
-
REGISTRY_URL
-- registry data, default tohttps://registry.cdlib.org
-
SOLR_API
-- solr index, default to$REGISTRY_URL/solr/dc-collection
-
REGISTRY_API
-- JSON authority files$REGISTRY_URL/api/v1
-
ASSET_BASE
-- base URL for CSS and JS, default to ?? -
CSS_BASE
--$ASSET_BASE/css
-
JS_BASE
--$ASSET_BASE/js
-
IMAGE_BASE
-
THUMBNAIL_BASE
--$IMAGE_BASE/thumbnail
-
IIIF_BASE
--$IMAGE_BASE/iiif
-
BUCKET_BASE
-- base name string for s3 bucket that stores harvested images, default toucldc
???
PUBLIC_URL beta.calisphere.org
??? CNAME to a cloudfront
??cnd-beta.calisphere.org
(cookieless domain) CNAME to second cloudfront
http://{}.cloudfront.net/web
-- CSS/JS compiled by yomen or similar and stored on S3.
http://{}.cloudfront.net/thumbnails
-- thunbnail generator on elastic beanstalk
http://{}.cloudfront.net/iiif
-- Loris IIIF server on elastic beanstalk
put cloudfront in front of solr and registry API as well?