diff options
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index aa928207e..b59d0ee97 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -106,7 +106,6 @@ async.core.pool.size=10 async.max.pool.size=20
async.queue.capacity=500
-clamp.config.files.cldsPolicyConfig=classpath:/clds/clds-policy-config.properties
clamp.config.files.cldsUsers=classpath:/clds/clds-users.json
clamp.config.files.globalProperties=classpath:/clds/templates/globalProperties.json
clamp.config.files.sdcController=classpath:/clds/sdc-controllers-config.json
@@ -130,11 +129,11 @@ clamp.config.policy.pdpUrl2=http://policy.api.simpledemo.onap.org:8081/pdp/ , te clamp.config.policy.papUrl=http://policy.api.simpledemo.onap.org:8081/pap/ , testpap, alpha123
clamp.config.policy.notificationType=websocket
clamp.config.policy.notificationUebServers=localhost
-clamp.config.policy.notificationTopic=
-clamp.config.policy.clientId=myclientid
+clamp.config.policy.notificationTopic=PDPD-CONFIGURATION
+clamp.config.policy.clientId=python
# base64 encoding
-clamp.config.policy.clientKey=5CE79532B3A2CB4D132FC0C04BF916A7
+clamp.config.policy.clientKey=dGVzdA==
#DEVL for development
#TEST for Test environments
#PROD for prod environments
|