mirror of https://github.com/zulip/zulip.git
Be more explicit as to where .humbugrc goes
(imported from commit 3e229d61ebfef64e29ca45cc57eca04ec207ae86)
This commit is contained in:
parent
fc7b6e9fb0
commit
61d8183a71
|
@ -22,8 +22,9 @@ as we make any changes to them.
|
|||
The easiest way to use these API bindings is to base your tools off
|
||||
of the example tools under examples/ in this distribution.
|
||||
|
||||
If you place your API key in `~/.humbugrc` the Python API bindings will
|
||||
automatically read it in. The format of the config file is as follows:
|
||||
If you place your API key in the config file `~/.humbugrc` the Python
|
||||
API bindings will automatically read it in. The format of the config
|
||||
file is as follows:
|
||||
|
||||
[api]
|
||||
key=<api key from the web interface>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; put this file in ~/.humbugrc
|
||||
; Save this file as ~/.humbugrc
|
||||
[api]
|
||||
key=<api key from the web interface>
|
||||
email=<your email address>
|
||||
|
|
Loading…
Reference in New Issue