Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor documentation review #456

Merged
merged 1 commit into from
Jul 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/base_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Example:
# history retention days (default: 30)
histRetentionDays: 3

# Eamil notification settings
# Email notification settings
mailOn:
failure: true
success: true
Expand Down
2 changes: 1 addition & 1 deletion docs/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ How Long Will the History Data be Stored?

By default, the execution history data is retained for 30 days. However, you can customize this setting by modifying the `histRetentionDays` field in a YAML file.

How to Use Specific Host and Port eor `dagu server`?
How to Use Specific Host and Port or `dagu server`?
-----------------------------------------------------

To configure the host and port for `dagu server`, you can set the environment variables `DAGU_HOST` and `DAGU_PORT`. Refer to the :ref:`Configuration Options` for more details.
Expand Down