diff options
author | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2022-04-22 17:25:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-04-22 17:25:01 +0000 |
commit | ff8bf24ffc2766644986990c35c5f769e232388a (patch) | |
tree | 3a9e0a9c382101d73b3991546b5915dffd4b7f94 /docs/pap | |
parent | 72831558e5ba5b9b4ea745bb5f71e751f83b705e (diff) | |
parent | bf35ec5f9707280c457eac763b4c29653ec52791 (diff) |
Merge "Document changes for PAP spring boot migration"
Diffstat (limited to 'docs/pap')
-rw-r--r-- | docs/pap/pap.rst | 9 |
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 |