From: Stephen Soltesz Date: Mon, 4 Aug 2008 21:53:26 +0000 (+0000) Subject: no explicit auth structures in python to enable easier parsing by bash and php X-Git-Tag: Monitor-1.0-6~13 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=352fdcf0dc8991f1b0db2aabfc52e06ecf9ae99b;p=monitor.git no explicit auth structures in python to enable easier parsing by bash and php --- diff --git a/monitorconfig-default.py b/monitorconfig-default.py index ec28e16..a30ab16 100644 --- a/monitorconfig-default.py +++ b/monitorconfig-default.py @@ -5,18 +5,18 @@ 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" +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': ''} +API_SERVER="https://boot.planet-lab.org/PLCAPI/" +API_AUTH_USER="" +API_AUTH_PASSWORD="" # SERVER PATHS -MONITOR_SCRIPT_ROOT = "/home/soltesz/monitor" -MONITOR_DATA_ROOT = "/home/soltesz/monitor/pdb" +MONITOR_SCRIPT_ROOT="/home/soltesz/monitor" +MONITOR_DATA_ROOT="/home/soltesz/monitor/pdb" +MONITOR_ARCHIVE_ROOT="/home/soltesz/monitor/archive-pdb"