We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5998b19 commit fe68583Copy full SHA for fe68583
1 file changed
infrastructure/scripts/tunnel-to-rds.sh
@@ -8,7 +8,7 @@ set -e
8
ENV_NAME="finishline-production-env"
9
DB_IDENTIFIER="finishline-production-db"
10
KEY_PATH="~/.ssh/aws-eb"
11
-LOCAL_PORT=5432
+LOCAL_PORT=5434
12
13
echo "🔍 Finding RDS endpoint..."
14
RDS_ENDPOINT=$(aws rds describe-db-instances \
0 commit comments