-------------
 
 Edit the config.php file and add the servers you wish to monitor, per the 
-examples included. Custom icons for your servers may be added to the images
-directory and used with your servers if desired. Icons should be 32x32 pixels 
-or less.
+examples included. You may need to add additional options to the connection 
+strings to specify non-default port numbers or other parameters.
+
+Custom icons for your servers may be added to the images directory and used
+with your servers if desired. Icons should be 32x32 pixels or less.
 
 Security
 --------
 
 // $servers[1]["icon"] = "images/pg.png";
 //
 // $servers[2]["description"] = "Production";
-// $servers[2]["connstr"] = "hostaddr=192.168.0.23 dbname=pgphonehome user=pgphonehome";
+// $servers[2]["connstr"] = "hostaddr=192.168.0.23 port=5444 dbname=pgphonehome user=pgphonehome password=FuBar";
 // $servers[2]["icon"] = "images/pg.png";
 
 ?>