payment: note that Stripe has instituted an additional 1% fee for non-US cards
[hcoop/portal.git] / config.sml
index 2af252f..096963a 100644 (file)
@@ -14,4 +14,6 @@ val passgenDbstring = "dbname='hcoop_passgen' user='hcoop' host='postgres' port=
 val statsRoot = "/afs/hcoop.net/user/h/hc/hcoop/portal-tools/etc/stats/"
 val staticFilesRoot = "/afs/hcoop.net/user/h/hc/hcoop/portal-tools/etc/static/"
 
+val joinBannedEmailDomains = [ "163.com", "yeah.net", "inbox.ru"]
+
 end