allow reference to the data dir and the install path.
[monitor.git] / monitorconfig.py
index 19d83d4..ec28e16 100644 (file)
@@ -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"