Remove ssl disable from dpsqluri

This commit is contained in:
Pavle Portic 2024-01-09 00:39:25 +01:00
parent 52f303ca0a
commit e12506915e
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# connect to dune RDS instance
PGPASSWORD=$(aws secretsmanager get-secret-value --secret-id ${1}_${2}_db_${2}_user_password --output text --query SecretString)
echo "postgres://${2}:${PGPASSWORD}@${1}-${2}-db.tailf3b9f.ts.net/${2}?sslmode=disable"
echo "postgres://${2}:${PGPASSWORD}@${1}-${2}-db.tailf3b9f.ts.net/${2}"