Remove references to mire from source code
[hcoop/domtool2.git] / configDefault / postgres.cfg
... / ...
CommitLineData
1structure Postgres :> POSTGRES_CONFIG = struct
2
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"
9
10end