# Environment variables sample
export PROTOCOL="http"
export HOST="localhost"
export PORT="8090"
export USERNAME="admin"
export PASSWORD="admin"
