Skip to content

Commit

Permalink
Moved it from env variables to Console section
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf401 committed Dec 17, 2024
1 parent bb9b04f commit 30ee77d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
20 changes: 20 additions & 0 deletions admin/console/zammad-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@ Query and Set / Update Zammad Settings

.. include:: /admin/console/missing-commands-ask-community.include.rst

Auto Shutdown Setting
---------------------

Defines if an automatic shutdown of Zammad is performed
when the the database has been changed
(e.g. after custom attributes have been created in the
:admin-docs:`object manager </system/objects.html>`).
The underlying system (Systemd, Docker, Kubernetes) will then restart the
processes/containers after this shutdown.

Default: **true**

Setting this to ``false`` might only make sense in very rare cases and you
have to restart the Zammad services then manually.

.. code-block:: ruby
>> Setting.set('auto_shutdown', 'true')
Ticket_hook Setting
-------------------

Expand Down
14 changes: 0 additions & 14 deletions appendix/configure-env-vars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,6 @@ Use these environment variables to configure Zammad's behavior at runtime.
General Options
---------------

AUTO_SHUTDOWN
Defines if an automatic shutdown of Zammad is performed
when the the database has been changed
(e.g. after custom attributes have been created in the
:admin-docs:`object manager </system/objects.html>`).

The underlying system (Systemd, Docker, Kubernetes) will then restart the
processes/containers after this shutdown.

Setting this to ``false`` might only make sense in very rare cases and you
have to restart the Zammad services then manually.

Default: **true**

GPG_PATH
Defines the path to the GPG installation. This is only needed if you
installed Zammad from Source, if you want to use different versions of PGP
Expand Down

0 comments on commit 30ee77d

Please sign in to comment.