Drop default TTL to one hour
[hcoop/domtool2.git] / configDefault / postgres.cfg
CommitLineData
d541c618
AC
1structure Postgres :> POSTGRES_CONFIG = struct
2
a92add46
CE
3val adduser = "/usr/bin/sudo /usr/local/sbin/domtool-postgres adduser"
4val createdb = "/usr/bin/sudo /usr/local/sbin/domtool-postgres createdb"
5val dropdb = "/usr/bin/sudo /usr/local/sbin/domtool-postgres dropdb"
6
7val postgres81port = "5432";
8val postgres91port = "5433"
d541c618
AC
9
10end