1. 23 Nov, 2017 2 commits
    • Merge pull request #16510 from open-craft/mtyaka/lms-internal-root-url · dcb77ff7
      Introduce LMS_INTERNAL_ROOT_URL.
      Matjaz Gregoric committed
    • Introduce LMS_INTERNAL_ROOT_URL. · d403e5f8
      The LMS and edx-enterprise currently communicate via REST APIs, even
      though they are all running within the same service.
      
      Currently API URLs are constructed using LMS_ROOT_URL, but that is
      problematic on some systems where the external LMS_ROOT_URL is not
      accessible from the private network, or routing internal requests via
      the external URL is not desireable.
      
      This patch introduces a new setting variable LMS_INTERNAL_ROOT_URL which
      defaults to the value of LMS_ROOT_URL for backwards compatibility.
      
      The LMS and edx-enterprise will use LMS_INTERNAL_ROOT_URL to construct
      API URLs instead of LMS_ROOT_URL.
      Matjaz Gregoric committed
  2. 22 Nov, 2017 13 commits
  3. 21 Nov, 2017 16 commits
  4. 20 Nov, 2017 9 commits