#!/bin/bash

# You may adjust the following lines to match your configuration:
CXADBASE=http://localhost:10000
BROKERID=00000000214bfc57
USER=broker1
PASSWORD=broker1


# Do not edit below this line
RESTBASE=$CXADBASE/api/secure
CURL="curl -s -u $USER:$PASSWORD"
TIDY="tidy -q -i -w -xml"
