summaryrefslogtreecommitdiffstats
path: root/sms-service/bin/deploy/smsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'sms-service/bin/deploy/smsconfig.json')
-rw-r--r--sms-service/bin/deploy/smsconfig.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/sms-service/bin/deploy/smsconfig.json b/sms-service/bin/deploy/smsconfig.json
index 4c3cf3c..df446eb 100644
--- a/sms-service/bin/deploy/smsconfig.json
+++ b/sms-service/bin/deploy/smsconfig.json
@@ -1,7 +1,8 @@
{
- "cafile": "cert/aaf_root_ca.cer",
- "servercert": "cert/aaf-sms.api.simpledemo.onap.org.pem",
- "serverkey": "cert/aaf-sms.api.simpledemo.onap.org.pr",
+ "cafile": "certs/aaf_root_ca.cer",
+ "servercert": "certs/aaf-sms.pub",
+ "serverkey": "certs/aaf-sms.pr",
+ "password": "c2VjcmV0bWFuYWdlbWVudHNlcnZpY2VzZWNyZXRwYXNzd29yZA==",
"smsdbaddress": "http://sms-vault:8200"
}