Skip to content
Merged
Changes from 2 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: 8 additions & 0 deletions docs/root/start/quick-start/run-envoy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ Run Envoy with the demo configuration

The ``-c`` or ``--config-path`` flag tells Envoy the path to its initial configuration.

Valid extensions are ``.json``, ``.yaml``, ``.pb`` and ``.pb_text``, which indicate
Comment thread
daixiang0 marked this conversation as resolved.
Outdated
JSON, YAML, `binary proto3
<https://developers.google.com/protocol-buffers/docs/encoding>`_ and `text
proto3
<https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.text_format>`_
formats respectively.


Comment thread
daixiang0 marked this conversation as resolved.
.. tabs::

.. tab:: System
Expand Down