Skip to content

Commit

Permalink
Rebuild rst for new configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Feb 8, 2018
1 parent 3f80a43 commit 8ce7f96
Showing 1 changed file with 25 additions and 8 deletions.
33 changes: 25 additions & 8 deletions doc/source/admin/galaxy_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1180,17 +1180,17 @@
:Type: str


~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~
``default_locale``
~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~

:Description:
Default localization for Galaxy UI.
Allowed values are listed at the end of client/galaxy/scripts/nls/locale.js.
With the default value (auto), the locale will be automatically adjusted to
the user's navigator language.
Users can override this settings in their user preferences if the localization
settings are enabled in user_preferences_extra_conf.yml
Default localization for Galaxy UI. Allowed values are listed at
the end of client/galaxy/scripts/nls/locale.js. With the default
value (auto), the locale will be automatically adjusted to the
user's navigator language. Users can override this settings in
their user preferences if the localization settings are enabled in
user_preferences_extra_conf.yml
:Default: ``auto``
:Type: str

Expand Down Expand Up @@ -2084,6 +2084,20 @@
:Type: str


~~~~~~~~~~~~~~~~~~~~~~~~~~~
``sentry_sloreq_threshold``
~~~~~~~~~~~~~~~~~~~~~~~~~~~

:Description:
Sentry slow request logging. Requests slower than the threshold
indicated below will be sent as events to the configured Sentry
server (above, sentry_dsn). A value of '0' is disabled. For
example, you would set this to .005 to log all queries taking
longer than 5 milliseconds.
:Default: ``0``
:Type: float


~~~~~~~~~~~~~~~
``statsd_host``
~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -3526,3 +3540,6 @@
that should be always available.
:Default: ``None``
:Type: str



0 comments on commit 8ce7f96

Please sign in to comment.