# Copy this file to scripts/.env.test and fill in your connection details.
# scripts/.env.test is gitignored — never commit actual host/user values.
#
# SSH connection strings for remote test runners:
RWATCH_SSH_MACOS="user@your-mac-hostname"
RWATCH_SSH_LINUX="user@your-linux-hostname"
#
# Override cargo path if not in the default location:
# RWATCH_CARGO_MACOS="/opt/homebrew/bin/cargo" # default for Homebrew Rust on Apple Silicon
# RWATCH_CARGO_LINUX="cargo" # default (assumes cargo is in $PATH)