payment: note that Stripe has instituted an additional 1% fee for non-US cards
[hcoop/portal.git] / config.sig
CommitLineData
dda99898
AC
1signature CONFIG = sig
2
3val scratchDir : string
4val urlPrefix : string
5val emailSuffix : string
6val boardEmail : string
7val dbstring : string
f660f7dd 8val kerberosSuffix : string
4e2ac985 9val passgenDbstring : string
5bdc0d94 10val statsRoot : string
ff21b0b6 11val staticFilesRoot : string
4e2ac985 12
dcc7a9dc
CE
13val joinBannedEmailDomains : string list
14(* domains that may not be used in member applications, really
15rudimentary spam filtering for some persistent spammers that use the
16same two domains. *)
17
dda99898 18end