apache: remove php5-cgi support, always generate php config
[hcoop/domtool2.git] / configDefault / postgres.cfg
CommitLineData
d541c618
AC
1structure Postgres :> POSTGRES_CONFIG = struct
2
979844d5
CE
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"
a92add46
CE
6
7val postgres81port = "5432";
8val postgres91port = "5433"
d541c618
AC
9
10end