1 |
# NetDRMS local site configuration info |
2 |
# edit the values in the second column of each line in this file to reflect |
3 |
# the values appropriate to your site |
4 |
|
5 |
# a marker to indicate whether this file has been checked/edited. You MUST |
6 |
# either change its value to yes (or anything but NO) or comment it out. |
7 |
LOCAL_CONFIG_SET NO |
8 |
|
9 |
# the user name of the postgres administrative account; normally "postgres" |
10 |
# if you have followed the PostgreSQL installation suggestions |
11 |
POSTGRES_ADMIN postgres |
12 |
|
13 |
# the host name of the default database server you will be accessing; you |
14 |
# should include the internet domain (e.g. host.subnet.net) if the server is |
15 |
# not on your subnet; but if it is on your subnet it may be better not to |
16 |
DBSERVER_HOST localhost |
17 |
|
18 |
# the name of the NetDRMS database; the SUMS database will be assumed to |
19 |
# have the same name with "_sums" appended |
20 |
DRMS_DATABASE mydb |
21 |
|
22 |
# a 15-bit numerical site identifier; values < 16384 (0x4000) are for |
23 |
# publicly exporting sites, and must be registered to assure uniqueness |
24 |
DRMS_SITE_CODE 0x4000 |
25 |
|
26 |
# a sample namespace appropriate to your site; this is only used for a |
27 |
# couple of database initialization scripts and is not too important |
28 |
DRMS_SAMPLE_NAMESPACE drms |
29 |
|
30 |
# the user name of the SUMS administrator account |
31 |
SUMS_MANAGER production |
32 |
|
33 |
# the base directory for SUMS logs; should be (but is not yet) used by |
34 |
# base/sums/apps/sum_svc.c, which uses the default value |
35 |
SUMS_LOG_BASEDIR /usr/local/logs/SUM |
36 |
|
37 |
# the location of third-party libraries (especially cfitsio, which is required, |
38 |
# also others that may be used for modules such as fftw, gsl, etc.) |
39 |
THIRD_PARTY_LIBS /usr/local/lib |
40 |
|
41 |
# the location of third-party library include files (currently ignored) |
42 |
THIRD_PARTY_INCS /usr/local/include |