Skip to content

Commit

Permalink
README.md: minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dbellinghoven committed Nov 28, 2018
1 parent 79c08d5 commit 674f9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,4 +366,4 @@ The `outputs` parameter of the rule file specifies where the results of the quer
* `port` (int: `0`) - The SMTP server port (e.g. `587` for Gmail). This field is required
* `from` (string: `""`) - The "from" email address. This email address will be used in authentication. This field is required.
* `to` ([]string: `[]`) - The "to" addresses to which email alerts will be sent. At least one email address is required.
* `password` (string: `""`) - The password with which the SMTP client will authenticate to the host. If you do not wish to specify the password in the configuration file, you can set the password using the `GO_ELASTICSEARCH_ALERTS_SMTP_PASSWORD` environment variable. This field is required (either in the configuration file or in the environment variable).
* `password` (string: `""`) - The password with which the SMTP client will authenticate to the host. If you do not wish to specify the password in the configuration file, you can set the password using the `GO_ELASTICSEARCH_ALERTS_SMTP_PASSWORD` environment variable. This field is required (either in the configuration file or in the environment variable).

0 comments on commit 674f9ce

Please sign in to comment.