export STAGE="local" export LOCAL_STORE_PATH="/store" export LOCAL_HTTP_URL=":18061" cd ./bin while true; do ./server sleep 1 done