diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-12-10 17:34:13 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-12-10 17:34:13 -0600 |
commit | 9ead4944806ec064e14fc286b919178af8e12816 (patch) | |
tree | 1aa7f8c83e52983cff09148d440c7719297c0e4b | |
parent | 5a3cc03700e71a243b0be2a99aa8ffd2d31685fc (diff) |
configuration to support offline pdpd
Issue-ID: POLICY-2191
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I8eeb77afe17efefe413bbe6d1b1877c8a884cd6e
-rw-r--r-- | config/drools/base.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/drools/base.conf b/config/drools/base.conf index 2f89d3fe..e61b39ec 100644 --- a/config/drools/base.conf +++ b/config/drools/base.conf @@ -45,6 +45,7 @@ RELEASE_REPOSITORY_ID=policy-nexus-releases RELEASE_REPOSITORY_URL=http://nexus:8081/nexus/content/repositories/releases/ REPOSITORY_USERNAME=admin REPOSITORY_PASSWORD=admin123 +REPOSITORY_OFFLINE=false # Relational (SQL) DB access @@ -72,6 +73,7 @@ PDPD_CONFIGURATION_PARTITION_KEY= POLICY_PDP_PAP_TOPIC=POLICY-PDP-PAP POLICY_PDP_PAP_API_KEY= POLICY_PDP_PAP_API_SECRET= +POLICY_PDP_PAP_GROUP=defaultGroup # Symmetric Key for encoded sensitive data @@ -82,7 +84,6 @@ SYMM_KEY= PAP_HOST=pap PAP_USERNAME=testpap PAP_PASSWORD=alpha123 -POLICY_PDP_PAP_GROUP=defaultGroup # PDP-X |