Skip to content

Commit

Permalink
adding in CENTRIFUGE_URL to the list of environment variables that ca…
Browse files Browse the repository at this point in the history
…n be configured
  • Loading branch information
eacmen committed Aug 30, 2019
1 parent 73c21e3 commit 763bdff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,17 @@ To install the Centrifuge CLI, simply:
$ pip install centrifuge-cli
To query the list of available reports:
Configure your environment:

.. code-block:: bash
$ export CENTRIFUGE_APIKEY=xxxx
$ export CENTRIFUGE_URL=https://centrifuge.refirmlabs.com # change this if you're single tenant or on-premise
To query the list of available reports:

.. code-block:: bash
$ centrifuge reports list
Under the hood the Centrifuge CLI is using python Pandas data frames to report
Expand Down

0 comments on commit 763bdff

Please sign in to comment.