Change granter.sh to give permissions to user specified on command line
[hcoop/zz_old/portal.git] / config.sml
CommitLineData
9d313c5f 1structure Config :> CONFIG = struct
2
3val scratchDir = "/home/hcoop"
4val urlPrefix = "https://members.hcoop.net/portal/"
5val emailSuffix = "@hcoop.net"
6val boardEmail = "board" ^ emailSuffix
7
8val dbstring = "dbname='hcoop_hcoop'"
9
10end