aboutsummaryrefslogtreecommitdiffstats
path: root/docs/pap
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@bell.ca>2022-04-22 13:19:55 +0100
committera.sreekumar <ajith.sreekumar@bell.ca>2022-04-22 13:26:21 +0100
commitbf35ec5f9707280c457eac763b4c29653ec52791 (patch)
tree0cba7223b1dcb6de61089f33f4c349a9830e4bae /docs/pap
parent5ace6230a31c93910acdf524015578187c9e1761 (diff)
Document changes for PAP spring boot migration
Change-Id: I0f551169c43fd01cad537dcddebf379e8dd173e8 Issue-ID: POLICY-3861 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
Diffstat (limited to 'docs/pap')
-rw-r--r--docs/pap/pap.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/pap/pap.rst b/docs/pap/pap.rst
index 074947bd..1af62617 100644
--- a/docs/pap/pap.rst
+++ b/docs/pap/pap.rst
@@ -387,14 +387,17 @@ Here is a sample response:
3 Configuration
=================
+The *PolicyAdministration* component (PAP) is initialized using a configuration file: `papParameters.yaml
+<https://github.com/onap/policy-pap/blob/master/packages/policy-pap-tarball/src/main/resources/etc/papParameters.yaml>`_
+
+The configuration file is a YAML file containing the relevant fields for configuring the REST server, Database and DMaaP connectivity and so on.
+
3.1 Disable collection of PDP Statistics
========================================
This configuration is to inform PAP to not save the PDP statistics in the database.
-In `config.json
-<https://github.com/onap/policy-pap/blob/master/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json>`_,
-add or change the property savePdpStatisticsInDb to false.
+In *papParameters.yaml*, add or change the property savePdpStatisticsInDb to false.
.. note::
By default, if the property is not present, it will be considered as false and