X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/95798203fe321c2f64d2e4abc64a64dcc3aa3e9e..26e6a457accefb00471789a42969c98953764e65:/configDefault/postgres.cfg diff --git a/configDefault/postgres.cfg b/configDefault/postgres.cfg index 4f0d3e0..58b4254 100644 --- a/configDefault/postgres.cfg +++ b/configDefault/postgres.cfg @@ -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