PostgreSQL - RazorSQL connection settings

I was having some problems getting my RazorSQL to connect to the Xojo Cloud; thanks to Jason for all the help.
Below are the settings I came up with that worked, in case anyone else is using RazorSQL:

PROFILE SETUP
Profile login: the username given by the control panel Postgresql access dialog
Profile password: the password given by the control panel Postgresql access dialog
Driver Class: org.postgresql.Driver (this is auto entered)
Driver Location: /Applications/RazorSQL.app/Contents/Java/drivers/postgresql/postgresql_jdbc.jar (this is auto entered)
JDBC URL: jdbc:postgresql://localhost:8000/dbadmin (the port # was randomly chosen when I entered SSH info - see below)
Auto Commit: On
SQL Restrictions: None
Transaction Isolation: Default

SSH TUNNEL SETUP
SSH Host: your Xojo Cloud IP
SSH Port: 22
SSH User: the username given by the control panel Tunnel Enable dialog
SSH Password: the password given by the control panel Tunnel Enable dialog
Local Port to Forward: arbitrary - I just entered 8000
Remote Database Host: localhost
Remote Database Post: 5432