Last change
on this file since 2060 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
|
Rev | Line | |
---|
[712] | 1 | #asapconfig.py
|
---|
[703] | 2 |
|
---|
[712] | 3 | observatory = {'rpfpath': [],
|
---|
| 4 | 'name': 'observatory',
|
---|
| 5 | 'lines' : {} }
|
---|
[703] | 6 |
|
---|
[1419] | 7 | asapmonhome = "/var/www/htdocs"
|
---|
| 8 | asapmonrel = "/asapmon/"
|
---|
[703] | 9 | import os,sys
|
---|
[712] | 10 | # where matplotlib puts it temporary font files
|
---|
| 11 | # this location can also have a custom .matplotlibrc
|
---|
[1419] | 12 | os.environ["HOME"]="/var/www/htdocs/asapmon/tmp"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.