« Previous | Next » 

Revision 28e270f9

ID28e270f9709fc94aea24d3cc6cc855af8e4003da

Added by Christos KK Loverdos almost 11 years ago

Configurable service URLs via the otherProperties JS mechanism

I have implemented the following:

  • Key STORAGE_API_URL represents the Pithos API
    URL and it is search for in otherProperties.
  • Key USER_CATALOGS_API_URL represents the
    /user_catalogs API URL and it is searched for
    in otherProperties.
  • If STORAGE_API_URL is found then we use that
    as the API URL otherwise we fall back to the
    previous mechanism.
  • If USER_CATALOGS_API_URL is found then we use
    that as the /user_catalogs API URL otherwise
    we fall back to the previous mechanism (which
    is really ad-hoc anyway)

Refs #3884

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences