Add mccarthy as admin web server and mail node
[hcoop/domtool2.git] / configDefault / postgres.cfg
... / ...
CommitLineData
1structure Postgres :> POSTGRES_CONFIG = struct
2
3val adduser = ConfigCore.sudo ^ " " ^ ConfigCore.installPrefix ^ "/sbin/domtool-postgres adduser"
4val createdb = ConfigCore.sudo ^ " " ^ ConfigCore.installPrefix ^ "/sbin/domtool-postgres createdb"
5val dropdb = ConfigCore.sudo ^ " " ^ ConfigCore.installPrefix ^ "/sbin/domtool-postgres dropdb"
6
7val postgres81port = "5432";
8val postgres91port = "5433"
9
10end