@cube @toast, I just tried to setup a faucet, but don't know how to config below settings
"
export BACKEND_URL=http://url-of-backend-app:4444
export BACKEND_SECRET=random-string-shared-with-backend
"
Does this mean I need to run a client with "--httpport 4444" on "url-of-backend-app" ip address?
and what does BACKEND_SECRET suppose to be
thanks