diff options
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r-- | docs/configuration.rst | 10 |
1 files changed, 0 insertions, 10 deletions
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 |