Fix sonar issues
[optf/has.git] / conductor.conf
index e3d710c..6e0e8a1 100755 (executable)
@@ -417,6 +417,31 @@ certificate_authority_bundle_file = /usr/local/bin/AAF_RootCA.cer
 # default is false
 enable_https_mode = True
 
+
+[db_options]
+
+# db_backend to use
+db_backend = music
+
+# Use music mock api
+music_mock = False
+
+
+[etcd_api]
+
+# host/ip address of etcd server
+host = localhost
+
+# port of etcd server
+port = 2379
+
+# username for etcd authentication
+username = conductor
+
+# password for etcd authentication
+password = conductor
+
+
 [music_api]
 
 #