From: Stephen Soltesz <soltesz@cs.princeton.edu> Date: Fri, 1 Aug 2008 20:34:56 +0000 (+0000) Subject: allow reference to the data dir and the install path. X-Git-Tag: Monitor-1.0-6~28 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b1da2087636ac8c2c650994dcd487520275d99b0;p=monitor.git allow reference to the data dir and the install path. --- diff --git a/monitorconfig.py b/monitorconfig.py index 19d83d4..ec28e16 100644 --- a/monitorconfig.py +++ b/monitorconfig.py @@ -16,3 +16,7 @@ API_SERVER = "https://boot.planet-lab.org/PLCAPI/" API_AUTH = {'Username': '', 'AuthMethod': 'password', 'AuthString': ''} + +# SERVER PATHS +MONITOR_SCRIPT_ROOT = "/home/soltesz/monitor" +MONITOR_DATA_ROOT = "/home/soltesz/monitor/pdb"