:py:mod:`rhino_health.lib.constants` ==================================== .. py:module:: rhino_health.lib.constants .. autoapi-nested-parse:: Constants that are used in the rest of the system .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: rhino_health.lib.constants.ApiEnvironment .. py:class:: ApiEnvironment The Rhino Cloud API you are working with. You should usually be using PROD_AWS_URL or PROD_GCP_URL. .. rubric:: Examples >>> from rhino_health import ApiEnvironment.PROD_AWS_URL .. !! processed by numpydoc !! .. py:attribute:: LOCALHOST_API_URL :value: 'http://localhost:8080/api/' .. py:attribute:: LOCALHOST_INTEGRATION_TESTS_URL :value: 'http://web-service:8080/api/' .. py:attribute:: QA_AWS_URL :value: 'https://qa-cloud.rhinohealth.com/api/' .. py:attribute:: QA_URL .. py:attribute:: QA_GCP_URL :value: 'https://qa-cloud.rhinofcp.com/api/' .. py:attribute:: DEV1_AWS_URL :value: 'https://dev1.rhinohealth.com/api/' .. py:attribute:: DEV2_AWS_URL :value: 'https://dev2.rhinohealth.com/api/' .. py:attribute:: DEV3_AWS_URL :value: 'https://dev3.rhinohealth.com/api/' .. py:attribute:: DEV1_GCP_URL :value: 'https://dev1.rhinofcp.com/api/' .. py:attribute:: DEMO_DEV_URL :value: 'https://demo-dev.rhinohealth.com/api/' .. py:attribute:: DEMO_URL :value: 'https://demo-prod.rhinohealth.com/api/' .. py:attribute:: STAGING_AWS_URL :value: 'https://staging.rhinohealth.com/api/' .. py:attribute:: STAGING_GCP_URL :value: 'https://staging.rhinofcp.com/api/' .. py:attribute:: PROD_AWS_URL :value: 'https://prod.rhinohealth.com/api/' .. py:attribute:: PROD_API_URL .. py:attribute:: PROD_GCP_URL :value: 'https://prod.rhinofcp.com/api/'