[CLAMP-1] Initial ONAP CLAMP seed code commit

Change-Id: I2e8070a590618a06070f393d7b2c011029af5e8a
Signed-off-by: ChrisC <cc697w@intl.att.com>
diff --git a/src/main/resources/clds/clds-policy-config.properties b/src/main/resources/clds/clds-policy-config.properties
new file mode 100644
index 0000000..8b1d4b7
--- /dev/null
+++ b/src/main/resources/clds/clds-policy-config.properties
@@ -0,0 +1,14 @@
+# Configuration Settings for Policy Engine Components
+PDP_URL1=https://localhost:8081/pdp/ , testpdp, alpha123
+PDP_URL2=https://localhost:8081/pdp/ , testpdp, alpha456
+PAP_URL=https://localhost:8081/pap/ , testpap, alpha123
+NOTIFICATION_TYPE=websocket
+NOTIFICATION_UEB_SERVERS=localhost
+
+CLIENT_ID=myclientid
+# base64 encoding
+CLIENT_KEY=ChlakDuk
+#DEVL for development
+#TEST for Test environments
+#PROD for prod environments
+ENVIRONMENT=DEVL
\ No newline at end of file