so avoid getting this messed up with my local copy all the time.
[monitor.git] / monitorconfig-default.py
1 # RT DB
2 RT_DB_HOST="rt.planet-lab.org"
3 RT_DB_USER=""
4 RT_DB_PASSWORD=""
5 RT_DB_NAME=""
6
7 # RT Web user account
8 RT_WEB_TOOLS_PATH = "/"
9 RT_WEB_SERVER   = "https://rt.planet-lab.org/"
10 RT_WEB_USER     = ""
11 RT_WEB_PASSWORD = ""
12 RT_WEB_DEBUG    = "0"
13
14 # PLC admin account
15 API_SERVER = "https://boot.planet-lab.org/PLCAPI/"
16 API_AUTH   = {'Username': '', 
17                                 'AuthMethod': 'password', 
18                                 'AuthString': ''}
19
20 # SERVER PATHS
21 MONITOR_SCRIPT_ROOT = "/home/soltesz/monitor"
22 MONITOR_DATA_ROOT = "/home/soltesz/monitor/pdb"