aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAnkitkumar Patel <ankit@research.att.com>2018-05-16 17:33:31 -0400
committerAnkitkumar Patel <ankit@research.att.com>2018-05-16 17:35:05 -0400
commit122d59ee59f799ec46882bdc862b001cd434657c (patch)
treef471be622b92c21c963193a0fc06a17f306d51a5 /config
parentba17b41bafc815e3e52d29a46cd6073385c5ac9f (diff)
Updating the config file
Updating the config file as workaround Issue-ID: OPTFRA-237 Change-Id: Iacdb4e8ab0f38d0809c4881b3faca0b4f3164d0c Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
Diffstat (limited to 'config')
-rwxr-xr-xconfig/osdf_config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml
index 1a20d3c..3ca3ad3 100755
--- a/config/osdf_config.yaml
+++ b/config/osdf_config.yaml
@@ -10,7 +10,7 @@ conductorPingWaitTime: 60 # seconds to wait before calling the conductor retry
conductorMaxRetries: 30 # if we don't get something in 30 minutes, give up
# Policy Platform -- requires ClientAuth, Authorization, and Environment
-policyPlatformUrl: http://onap-pdp:8081/pdp/api/getConfig # Policy Dev platform URL
+policyPlatformUrl: http://policy.api.simpledemo.onap.org:8081/pdp/api/getConfig # Policy Dev platform URL
policyPlatformEnv: TEST # Environment for policy platform
policyPlatformUsername: testpdp # Policy platform username.
policyPlatformPassword: alpha123 # Policy platform password.