From ff21b0b604e36522aa9d91d90d6e93d792c438cf Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Tue, 25 Feb 2014 05:24:44 -0500 Subject: [PATCH] New static file root configuration knob --- config.sig | 1 + config.sml | 1 + 2 files changed, 2 insertions(+) diff --git a/config.sig b/config.sig index 6433593..59f832c 100644 --- a/config.sig +++ b/config.sig @@ -9,5 +9,6 @@ val kerberosSuffix : string val passwordFiles : string val passgenDbstring : string val statsRoot : string +val staticFilesRoot : string end diff --git a/config.sml b/config.sml index 27b497b..57106d4 100644 --- a/config.sml +++ b/config.sml @@ -14,5 +14,6 @@ val passwordFiles = "/var/lib/portal/" val passgenDbstring = "dbname='passgen' user='hcoop' host='postgres' port=5433" 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/" end -- 2.20.1