From 6dfbdec82c3f8d020cefbf96d4851feb2392879f Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 8 Mar 2017 01:16:08 -0800 Subject: [PATCH] lint: Fix closing tags in api.html. --- templates/zerver/api.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/zerver/api.html b/templates/zerver/api.html index 159c51f168..0481d39786 100644 --- a/templates/zerver/api.html +++ b/templates/zerver/api.html @@ -205,13 +205,13 @@ to pull out the resulting HTML :)

The parameters specified in environment variables would override the parameters provided in the config file. For example, if you specify the variable key in the config file and specify ZULIP_API_KEY as an environment variable, the value of ZULIP_API_KEY would be considered.

The following variables can be specified: -
1. ZULIP_CONFIG -
2. ZULIP_API_KEY -
3. ZULIP_EMAIL -
4. ZULIP_SITE -
5. ZULIP_CERT -
6. ZULIP_CERT_KEY -
7. ZULIP_CERT_BUNDLE +
1. ZULIP_CONFIG +
2. ZULIP_API_KEY +
3. ZULIP_EMAIL +
4. ZULIP_SITE +
5. ZULIP_CERT +
6. ZULIP_CERT_KEY +
7. ZULIP_CERT_BUNDLE