Skip to content

dailydrip/exchequer-example

Repository files navigation

ExchequerExample

Example app for Exchequer-server and Exchequer-client.

Environment Variables

We need to have the token set up and the URL from where the ExchequerServer is running.

export EXCHEQUER_API_TOKEN="TOKEN"
export EXCHEQUER_MANAGER_PUBLIC_TOKEN="MANAGER PUBLIC TOKEN"
export EXCHEQUER_BASE_URL="https://exchequer-server.herokuapp.com/"
export EXCHEQUER_BASE_API_URL="https://exchequer-server.herokuapp.com/api/v1/"