PaperTrader/scripts/deploy_sandbox_server.sh

4 lines
160 B
Bash
Raw Normal View History

#!/bin/sh
2021-07-30 04:04:54 +00:00
. ./scripts/env.sh && cargo run --no-default-features --features "server" -- ${1:-0.0.0.0:4000} --cert certs/certificate.crt --key certs/private.key