Skip to content

Commit

Permalink
Add documentation about tz config
Browse files Browse the repository at this point in the history
  • Loading branch information
yohamta committed Nov 6, 2024
1 parent 241e15f commit e6fb91b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The following environment variables can be used to configure the Dagu. Default v
- ``DAGU_WORK_DIR``: The working directory for DAGs. If not set, the default value is DAG location. Also you can set the working directory for each DAG steps in the DAG configuration file. For more information, see :ref:`specifying working dir`.
- ``DAGU_CERT_FILE``: The path to the SSL certificate file.
- ``DAGU_KEY_FILE`` : The path to the SSL key file.
- ``DAGU_TZ`` (``""``): The timezone to use for the server. By default, the server will use the system's local timezone.

Config File
--------------
Expand Down Expand Up @@ -69,6 +70,9 @@ You can create ``admin.yaml`` file in ``$HOME/.config/dagu/`` to override the de
tls:
certFile: <path to SSL certificate file>
keyFile: <path to SSL key file>
# Timezone Configuration
tz: <timezone> # default: "" (e.g. "Asia/Tokyo")
.. _Host and Port Configuration:

Expand Down

0 comments on commit e6fb91b

Please sign in to comment.