[DMAAP-DR] Remove AAF/TLS phase 1
[dmaap/datarouter.git] / docs / configuration.rst
index b55d073..3cecc0d 100644 (file)
@@ -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