hcoop: add testing server busted, allow admins to configure apache
[hcoop/domtool2.git] / configDefault / postgres.cfg
index 4f0d3e0..58b4254 100644 (file)
@@ -5,6 +5,6 @@ val createdb = ConfigCore.sudo ^ " " ^ ConfigCore.installPrefix ^ "/sbin/domtool
 val dropdb = ConfigCore.sudo ^ " " ^ ConfigCore.installPrefix ^ "/sbin/domtool-postgres dropdb"
 
 val postgres81port = "5432";
-val postgres91port = "5433"
+val postgres9port = "5433"
 
 end