Jane Settings
This page documents the configuration options specific to Jane. For all
other settings, please refer the documentation of the
django settings
and the
Django REST framework settings.
To change
them, please edit/add them to the local_settings.py file in the src/jane
directory.
Default Settings
Quick overview of all available settings including their default values.
JANE_INSTANCE_NAME = "Jane"
JANE_ACCENT_COLOR = "#D9230F"
JANE_FDSN_STATIONXML_SENDER = "Jane"
JANE_FDSN_STATIONXML_SOURCE = "Jane"
Available Settings
Detailed documentation of all available settings.
JANE_INSTANCE_NAME
Name of the instance used in parts of the web interface. Any reasonably short string should work.
- Default Value:
"Jane"
JANE_ACCENT_COLOR
Color used in certain parts of the web interface. Useful to distinguish separate Jane installations at a glance. Please pass a string containing a hexadecimal HTML color.
- Default Value:
"#D9230F"
JANE_FDSN_STATIONXML_SENDER
Will be written as the <Sender> tag to all StationXML files created by
Jane.
- Default Value:
"Jane"
JANE_FDSN_STATIONXML_SOURCE
Will be written as the <Source> tag to all StationXML files created by
Jane.
- Default Value:
"Jane"