pull down to refresh

export INFERENCE_KEY=$(heroku config:get -a $APP_NAME INFERENCE_KEY) export INFERENCE_URL=$(heroku config:get -a $APP_NAME INFERENCE_URL)

nice

reply