2 files changed, 12 insertions(+), 19 deletions(-)
M conf/biboumi.cfg
D doc/example.conf
M conf/biboumi.cfg => conf/biboumi.cfg +12 -5
@@ 1,7 1,14 @@
+# This is an example configuration for the biboumi component.
+# It only contains the default values, and some example values for the
+# required fields (hostname and password).
+
hostname=biboumi.example.com
-password=secret
-db_name=/var/lib/biboumi/biboumi.sqlite
-log_file=/var/log/biboumi/biboumi.log
-log_level=0
-admin=
+password=mypassword
+xmpp_server_ip=127.0.0.1
port=5347
+admin=
+realname_customization=true
+realname_from_jid=false
+log_file=
+ca_file=
+outgoing_bind=
D doc/example.conf => doc/example.conf +0 -14
@@ 1,14 0,0 @@
-# This is an example configuration for the biboumi component.
-# It only contains the default values, and some example values for the
-# required fields (hostname and password).
-
-hostname=biboumi.example.com
-password=mypassword
-xmpp_server_ip=127.0.0.1
-port=5347
-admin=
-realname_customization=true
-realname_from_jid=false
-log_file=
-ca_file=
-outgoing_bind=