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