mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 15:53:13 +01:00
Updated config docs
This commit is contained in:
parent
e387c1d43e
commit
1847eaa299
16
README.rst
16
README.rst
@ -1313,11 +1313,19 @@ See also `Config`_.
|
|||||||
Config
|
Config
|
||||||
======
|
======
|
||||||
|
|
||||||
HTTPie uses a simple JSON config file. The default location of the
|
HTTPie uses a simple JSON config file.
|
||||||
configuration file is ``~/.httpie/config.json``
|
|
||||||
|
|
||||||
|
|
||||||
|
--------------------
|
||||||
|
Config file location
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
|
||||||
|
The default location of the configuration file is ``~/.httpie/config.json``
|
||||||
(or ``%APPDATA%\httpie\config.json`` on Windows). The config directory
|
(or ``%APPDATA%\httpie\config.json`` on Windows). The config directory
|
||||||
location can be changed by setting the
|
location can be changed by setting the ``HTTPIE_CONFIG_DIR``
|
||||||
``HTTPIE_CONFIG_DIR`` environment variable.
|
environment variable. To view the exact location run ``http --debug``.
|
||||||
|
|
||||||
--------------------
|
--------------------
|
||||||
Configurable options
|
Configurable options
|
||||||
|
Loading…
Reference in New Issue
Block a user