chore: Standardize Oracle tunnel port to 1521
Changed SSH tunnel local port from 1526 to 1521 to match Oracle's default port, simplifying configuration across environments. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@ SSH_SERVER="roa.romfast.ro"
|
||||
SSH_PORT="22122"
|
||||
SSH_USER="roa2web" # Replace with Bitvise SSH Server username
|
||||
SSH_KEY="/tmp/roa_oracle_server"
|
||||
LOCAL_PORT="1526"
|
||||
LOCAL_PORT="1521"
|
||||
REMOTE_HOST="10.0.20.36" # Oracle server IP on remote network
|
||||
REMOTE_PORT="1521"
|
||||
TUNNEL_PID_FILE="/tmp/roa_ssh_tunnel.pid"
|
||||
|
||||
Reference in New Issue
Block a user