Set Environment Variable
The example programs can accept parameters on the command line, via Java System Properties, or via Environment Variables. For this example set the following Environment Variables:
$ export ALLEGRO_CREDENTIAL_FILE=~/allegroBotKey.pem
$ export ALLEGRO_POD_URL=https://yourpod.symphony.com
$ export ALLEGRO_USER=allegroBot
$
If you chose a different name for the service account, or a different location for the credential file, then substitute the appropriate values.