summaryrefslogtreecommitdiffstats
path: root/conductor.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conductor.conf')
-rwxr-xr-xconductor.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/conductor.conf b/conductor.conf
index e3d710c..6e0e8a1 100755
--- a/conductor.conf
+++ b/conductor.conf
@@ -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]
#