Files
predict-otron-9001/scripts/run_server.sh
2025-08-28 12:54:09 -04:00

7 lines
191 B
Bash
Executable File

#!/bin/bash
# Start the unified predict-otron-9000 server on port 8080
export SERVER_PORT=${SERVER_PORT:-8080}
export RUST_LOG=${RUST_LOG:-info}
cargo run --bin predict-otron-9000 --release