rhino_health.lib.constants#

Constants that are used in the rest of the system

Module Contents#

Classes#

ApiEnvironment

The Rhino Cloud API you are working with. You should usually be using PROD_AWS_URL or PROD_GCP_URL.

class rhino_health.lib.constants.ApiEnvironment#

The Rhino Cloud API you are working with. You should usually be using PROD_AWS_URL or PROD_GCP_URL.

Examples

>>> from rhino_health import ApiEnvironment.PROD_AWS_URL
LOCALHOST_API_URL = 'http://localhost:8080/api/'#
QA_AWS_URL = 'https://qa-cloud.rhinohealth.com/api/'#
QA_URL#
QA_GCP_URL = 'https://qa-cloud.rhinofcp.com/api/'#
DEV1_AWS_URL = 'https://dev1.rhinohealth.com/api/'#
DEV2_AWS_URL = 'https://dev2.rhinohealth.com/api/'#
DEV3_AWS_URL = 'https://dev3.rhinohealth.com/api/'#
DEV1_GCP_URL = 'https://dev1.rhinofcp.com/api/'#
DEMO_DEV_URL = 'https://demo-dev.rhinohealth.com/api/'#
DEMO_URL = 'https://demo-prod.rhinohealth.com/api/'#
STAGING_AWS_URL = 'https://staging.rhinohealth.com/api/'#
STAGING_GCP_URL = 'https://staging.rhinofcp.com/api/'#
PROD_AWS_URL = 'https://prod.rhinohealth.com/api/'#
PROD_API_URL#
PROD_GCP_URL = 'https://prod.rhinofcp.com/api/'#