X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconfiguration.rst;h=f7fa4bcff4702f05b788f48afc3bafe0840d3bf9;hb=HEAD;hp=b55d07306a2cd03bd1eb4ea52c09039a374335dc;hpb=3fd66dc7731b32498711ec40005e267131d19103;p=dmaap%2Fdatarouter.git diff --git a/docs/configuration.rst b/docs/configuration.rst index b55d0730..3cecc0df 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -17,13 +17,6 @@ For DR Provisioning server config, edit the following props in the provserver.pr org.onap.dmaap.datarouter.provserver.tlsenabled = false -and ensure aaf cadi is disabled also - -.. code-block:: bash - - org.onap.dmaap.datarouter.provserver.cadi.enabled = false - - For DR Node server config, edit the following props in the node.properties file to target http. .. code-block:: bash @@ -35,8 +28,5 @@ For DR Node server config, edit the following props in the node.properties file LogUploadURL = http://dmaap-dr-prov:8080/internal/logs ... # - # AAF CADI enabled flag - CadiEnabled = false - # # Enable to run over http or https (default true|https) TlsEnabled = false