summaryrefslogtreecommitdiffstats
path: root/conductor.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conductor.conf')
-rwxr-xr-xconductor.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/conductor.conf b/conductor.conf
index a2a4765..b4e74e4 100755
--- a/conductor.conf
+++ b/conductor.conf
@@ -120,6 +120,28 @@ log_config_append = /usr/local/bin/log.conf
#fatal_deprecations = false
+[aaf_sms]
+
+#
+# From conductor
+#
+
+# Base URL for SMS, up to and not including the version, and without a trailing
+# slash. (string value)
+#aaf_sms_url = https://aaf-sms.onap:10443
+
+# Timeout for SMS API Call (integer value)
+#aaf_sms_timeout = 30
+
+# Path to the cacert that will be used to verify If this is None, verify will
+# be False and the server certis not verified by the client. (string value)
+#aaf_ca_certs = AAF_RootCA.cer
+
+# Domain UUID - A unique UUID generated when the domainfor HAS is created by
+# administrator during deployment (string value)
+#secret_domain = has
+
+
[aai]
#