List and overview of environment variables.
Controls behaviour of logstream buffer:
- FALSE (unset / default): unbuffered output with live logging, but can have a slower service as effect
- TRUE: buffered logging
- DISABLELOGGING: no logging at all
The root directory of the adaguc-server code base. Used to read data files like legend definitions and fonts. Defaults to pwd
The directory for dataset configuration xml files. Defaults to /data/adaguc-datasets
The directory where data files are places, for example realtime updates of NetCDF files. Defaults to /data/adaguc-data
A sandbox directory where you can place your NetCDF, PNG, CSV or HDF5 files. A WMS service will be autogenerated and you can browse and preview the data and its containing variables. defaults to /data/adaguc-autowms
The location of the main server configuration file. Defaults to ${ADAGUC_PATH}/python/lib/adaguc/adaguc-server-config-python-postgres.xml
The amount of parallel processes the adaguc-server should use. Defaults to 4
The PostGres database configuration. Defaults to "user=adaguc password=adaguc host=localhost
dbname=adaguc"
The temporary directory where adaguc-server can write temporary files.
File where log messages will be stored
A default TTF font location for print fonts in imagery. E.gFreeSans.ttf.
optional, specify the online resource in the CGI script itself, see OnlineResource to configure in
Enable or disable the usage of PostgreSQL connection pooling by PGBouncer. Default: true.
If PGBouncer is used, disable the usage of SSL. Default: true.