Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 544 Bytes

File metadata and controls

19 lines (13 loc) · 544 Bytes

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/"