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

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

removed some hardcoded locations

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 480 bytes
RevLine 
[712]1#asapconfig.py
[703]2
[712]3observatory = {'rpfpath': [],
4               'name': 'observatory',
5               'lines' : {} }
[703]6
7import os,sys
[1403]8#os.environ["AIPSPATH"]="/opt/share/asap linux_gnu somewhere localhost"
[703]9
10# This is needed for plotting with matplotlib
[712]11# where matplotlib data is located
[1403]12#os.environ["MATPLOTLIBDATA"]="/opt/share/matplotlib"
[712]13# where matplotlib puts it temporary font files
14# this location can also have a custom .matplotlibrc
15os.environ["HOME"]="/var/www/asapmon/tmp"
Note: See TracBrowser for help on using the repository browser.