mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
lint: Fix closing tags in api.html.
This commit is contained in:
parent
84eb427c63
commit
6dfbdec82c
@ -205,13 +205,13 @@ to pull out the resulting HTML :)
|
||||
</pre></div>
|
||||
<p>The parameters specified in environment variables would override the parameters provided in the config file. For example, if you specify the variable <code>key</code> in the config file and specify <code>ZULIP_API_KEY</code> as an environment variable, the value of <code>ZULIP_API_KEY</code> would be considered.</p>
|
||||
<p>The following variables can be specified:
|
||||
<br> 1. <code>ZULIP_CONFIG</code>
|
||||
<br> 2. <code>ZULIP_API_KEY</code>
|
||||
<br> 3. <code>ZULIP_EMAIL</code>
|
||||
<br> 4. <code>ZULIP_SITE</code>
|
||||
<br> 5. <code>ZULIP_CERT</code>
|
||||
<br> 6. <code>ZULIP_CERT_KEY</code>
|
||||
<br> 7. <code>ZULIP_CERT_BUNDLE</code>
|
||||
<br/> 1. <code>ZULIP_CONFIG</code>
|
||||
<br/> 2. <code>ZULIP_API_KEY</code>
|
||||
<br/> 3. <code>ZULIP_EMAIL</code>
|
||||
<br/> 4. <code>ZULIP_SITE</code>
|
||||
<br/> 5. <code>ZULIP_CERT</code>
|
||||
<br/> 6. <code>ZULIP_CERT_KEY</code>
|
||||
<br/> 7. <code>ZULIP_CERT_BUNDLE</code>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user