Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.17 KB

README.rst

File metadata and controls

41 lines (24 loc) · 1.17 KB

CI

Site Configuration Client

REST API client for the Site Configuration service.

Compatibility

This package tested with both Python 3.9 and Python 3.5.

It has few required and optional dependencies:

  • requests: Required. Explicitly specified in setup.py
  • django: Optional. Tested to work with both Django 3 and Django 2.
  • google-cloud-storage: Optional. Tested with version 1.x.

For the exact versions please refer to both setup.py and the requirements directory.

Installation

Install the site-configuration-client dependency from PyPi either via server-vars.yml or other build processes such as Docker.

Add the following settings to server-vars.yml (or lms.yml depending on your deployment configuration).

SITE_CONFIG_BASE_URL: "https://siteconfig:14000/"
SITE_CONFIG_API_TOKEN: "api token goes here"
SITE_CONFIG_ENVIRONMENT: "development"