Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/pages/corefunctionality/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ what you can do is to specify a different Hoverfly working directory:
localConfigs().binaryLocation("/absolute/path/to/hoverfly/directory")
If you can't find the method to set a config, you may pass any `Hoverfly start-up flag <https://docs.hoverfly.io/en/latest/pages/reference/hoverfly/hoverflycommands.html>`_ directly through this
generic config method, for example:

.. code-block:: java
localConfigs().addCommands("-listen-on-host", "0.0.0.0")
Logging
-------
Expand Down Expand Up @@ -112,7 +118,7 @@ to set the log level explicitly:
Middleware
----------

You can configure Hoverfly to use a local middleware (for more details, please check out `Hoverfly Middleware <http://hoverfly.readthedocs.io/en/latest/pages/keyconcepts/middleware.html>`_):
You can configure Hoverfly to use a local middleware (for more details, please check out `Hoverfly Middleware <https://docs.hoverfly.io/en/latest/pages/keyconcepts/middleware.html>`_):

.. code-block:: java
Expand Down