Skip to content

Commit

Permalink
Remove spaces in export command.
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Nov 24, 2015
1 parent 8d20180 commit 0f9f9a2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@ host name of your re:dash server. If you're using one of our images, you can do
# Note that not all values are required, as they have default values.
export REDASH_MAIL_SERVER = "" # default: localhost
export REDASH_MAIL_PORT = "" # default: 25
export REDASH_MAIL_USE_TLS = "" # default: False
export REDASH_MAIL_USE_SSL = "" # default: False
export REDASH_MAIL_USERNAME = "" # default: None
export REDASH_MAIL_PASSWORD = "" # default: None
export REDASH_MAIL_DEFAULT_SENDER = "" # Email address to send from
export REDASH_HOST = "" # base address of your re:dash instance, for example: "https://demo.redash.io"
export REDASH_MAIL_SERVER="" # default: localhost
export REDASH_MAIL_PORT="" # default: 25
export REDASH_MAIL_USE_TLS="" # default: False
export REDASH_MAIL_USE_SSL="" # default: False
export REDASH_MAIL_USERNAME="" # default: None
export REDASH_MAIL_PASSWORD="" # default: None
export REDASH_MAIL_DEFAULT_SENDER="" # Email address to send from
export REDASH_HOST="" # base address of your re:dash instance, for example: "https://demo.redash.io"
- Note that not all values are required, as there are default values.
- It's recommended to use some mail service, like `Amazon SES <https://aws.amazon.com/ses/>`__, `Mailgun <http://www.mailgun.com/>`__
Expand Down

0 comments on commit 0f9f9a2

Please sign in to comment.