Fix removes duplicated phrase from the document

The duplicated phrase is the following:

Replace items in “%” with the actual values. For example, replace
%RABBITMQ_SERVER_IP% with 127.0.0.1. So, the complete row with the replaced value
will be rabbit_host = 127.0.0.1

Change-Id: I448e4985d657b60843f51e4747be01d7a180c435
This commit is contained in:
Ilya Popov 2016-09-25 20:20:42 +03:00
parent 6fd6c097ac
commit 9f5f890973

View File

@ -95,10 +95,6 @@ Install the API service and engine
%RABBITMQ_SERVER_IP% with 127.0.0.1. So, the complete row with the
replaced value will be rabbit_host = 127.0.0.1
Replace items in "%" with the actual values. For example, replace
%RABBITMQ_SERVER_IP% with 127.0.0.1. So, the complete row with the
replaced value will be rabbit_host = 127.0.0.1
.. code-block:: ini
[DEFAULT]