From 103f4f993cac0a46444053f3cc98d0e72645cc85 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Fri, 1 Aug 2008 20:36:50 +0000 Subject: [PATCH] gone. --- monitorconfig.py | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 monitorconfig.py diff --git a/monitorconfig.py b/monitorconfig.py deleted file mode 100644 index ec28e16..0000000 --- a/monitorconfig.py +++ /dev/null @@ -1,22 +0,0 @@ -# RT DB -RT_DB_HOST="rt.planet-lab.org" -RT_DB_USER="" -RT_DB_PASSWORD="" -RT_DB_NAME="" - -# RT Web user account -RT_WEB_TOOLS_PATH = "/" -RT_WEB_SERVER = "https://rt.planet-lab.org/" -RT_WEB_USER = "" -RT_WEB_PASSWORD = "" -RT_WEB_DEBUG = "0" - -# PLC admin account -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" -- 2.43.0