-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10956 from ic4f/dev_issue10846
Use "email_from" value from schema for tool error report email
- Loading branch information
Showing
5 changed files
with
39 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1282,10 +1282,10 @@ | |
|
||
:Description: | ||
Email address to use in the 'From' field when sending emails for | ||
account activations, workflow step notifications and password | ||
resets. We recommend using string in the following format: Galaxy | ||
Project <[email protected]> If not configured, | ||
'<galaxy-no-reply@HOSTNAME>' will be used. | ||
account activations, workflow step notifications, password resets, | ||
and tool error reports. We recommend using a string in the | ||
following format: Galaxy Project <[email protected]>. If | ||
not configured, '<galaxy-no-reply@HOSTNAME>' will be used. | ||
:Default: ``None`` | ||
:Type: str | ||
|
||
|
@@ -1734,6 +1734,16 @@ | |
:Type: str | ||
|
||
|
||
~~~~~~~~~~~~~ | ||
``quota_url`` | ||
~~~~~~~~~~~~~ | ||
|
||
:Description: | ||
The URL linked for quota information in the UI. | ||
:Default: ``https://galaxyproject.org/support/account-quotas/`` | ||
:Type: str | ||
|
||
|
||
~~~~~~~~~~~~~~~ | ||
``support_url`` | ||
~~~~~~~~~~~~~~~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -723,10 +723,10 @@ galaxy: | |
#error_email_to: null | ||
|
||
# Email address to use in the 'From' field when sending emails for | ||
# account activations, workflow step notifications and password | ||
# resets. We recommend using string in the following format: Galaxy | ||
# Project <[email protected]> If not configured, | ||
# '<galaxy-no-reply@HOSTNAME>' will be used. | ||
# account activations, workflow step notifications, password resets, | ||
# and tool error reports. We recommend using a string in the | ||
# following format: Galaxy Project <[email protected]>. If | ||
# not configured, '<galaxy-no-reply@HOSTNAME>' will be used. | ||
#email_from: null | ||
|
||
# URL of the support resource for the galaxy instance. Used in | ||
|
@@ -928,6 +928,9 @@ galaxy: | |
# The URL linked by the "Wiki" link in the "Help" menu. | ||
#wiki_url: https://galaxyproject.org/ | ||
|
||
# The URL linked for quota information in the UI. | ||
#quota_url: https://galaxyproject.org/support/account-quotas/ | ||
|
||
# The URL linked by the "Support" link in the "Help" menu. | ||
#support_url: https://galaxyproject.org/support/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -922,9 +922,9 @@ mapping: | |
required: false | ||
desc: | | ||
Email address to use in the 'From' field when sending emails for | ||
account activations, workflow step notifications and password resets. | ||
We recommend using string in the following format: | ||
Galaxy Project <[email protected]> | ||
account activations, workflow step notifications, password resets, and | ||
tool error reports. We recommend using a string in the following format: | ||
Galaxy Project <[email protected]>. | ||
If not configured, '<galaxy-no-reply@HOSTNAME>' will be used. | ||
instance_resource_url: | ||
|