Update config for new installation
authorClinton Ebadi <clinton@unknownlamer.org>
Tue, 25 Feb 2014 00:49:39 +0000 (19:49 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Tue, 25 Feb 2014 00:49:39 +0000 (19:49 -0500)
Installation has been fully relocated into afs space

config.sml
mlt.conf

index 9fce4a6..4797cd1 100644 (file)
@@ -1,16 +1,16 @@
 structure Config :> CONFIG = struct
 
 val scratchDir = "/afs/hcoop.net/user/h/hc/hcoop"
 structure Config :> CONFIG = struct
 
 val scratchDir = "/afs/hcoop.net/user/h/hc/hcoop"
-val urlPrefix = "https://members.hcoop.net/portal/"
+val urlPrefix = "https://members3.hcoop.net/portal/"
 val emailSuffix = "@hcoop.net"
 val boardEmail = "board" ^ emailSuffix
 
 val emailSuffix = "@hcoop.net"
 val boardEmail = "board" ^ emailSuffix
 
-val dbstring = "dbname='hcoop_hcoop' user='www-data' host='postgres'"
+val dbstring = "dbname='hcoop_portal3test' user='hcoop' host='postgres' port=5433"
 
 val kerberosSuffix = "@HCOOP.NET"
                     
 val passwordFiles = "/var/lib/portal/"
 
 
 val kerberosSuffix = "@HCOOP.NET"
                     
 val passwordFiles = "/var/lib/portal/"
 
-val passgenDbstring = "dbname='passgen' user='www-data' host='postgres'"
+val passgenDbstring = "dbname='passgen' user='hcoop' host='postgres' port=5433"
 
 end
 
 end
index ac70d76..e5ea120 100644 (file)
--- a/mlt.conf
+++ b/mlt.conf
@@ -6,8 +6,9 @@ after   after
 exn    exn
 
 out    out
 exn    exn
 
 out    out
-pub    /afs/hcoop.net/user/h/hc/hcoop/public_html/cgi-bin/portal
+pub    /afs/hcoop.net/user/h/hc/hcoop/portal-tools/cgi/portal
 
 cm     $/smlnj-lib.cm
 
 cm     $/smlnj-lib.cm
-cm     /usr/local/share/smlsql/smlsql.cm
-cm     /usr/local/share/smlsql/libpq/sources.cm
+cm     $c/c.cm
+cm     /afs/hcoop.net/user/h/hc/hcoop/portal-tools/src/smlsql/smlsql.cm
+cm     /afs/hcoop.net/user/h/hc/hcoop/portal-tools/src/smlsql/libpq/sources.cm