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