source: trunk/monitor/cgi-bin/asapconfig.py @ 1419

Last change on this file since 1419 was 1419, checked in by Malte Marquarding, 16 years ago

some updates to make the asapmonitor work again

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 336 bytes
Line 
1#asapconfig.py
2
3observatory = {'rpfpath': [],
4               'name': 'observatory',
5               'lines' : {} }
6
7asapmonhome = "/var/www/htdocs"
8asapmonrel = "/asapmon/"
9import os,sys
10# where matplotlib puts it temporary font files
11# this location can also have a custom .matplotlibrc
12os.environ["HOME"]="/var/www/htdocs/asapmon/tmp"
Note: See TracBrowser for help on using the repository browser.