From e249672fa558ebb842e8a4e3f030a56f92e0ffc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Mon, 3 Sep 2018 22:45:48 +0200 Subject: Remove one of the two example conf, because one is enough --- conf/biboumi.cfg | 17 ++++++++++++----- doc/example.conf | 14 -------------- 2 files changed, 12 insertions(+), 19 deletions(-) delete mode 100644 doc/example.conf diff --git a/conf/biboumi.cfg b/conf/biboumi.cfg index e6b8ed5..42631b2 100644 --- a/conf/biboumi.cfg +++ b/conf/biboumi.cfg @@ -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= diff --git a/doc/example.conf b/doc/example.conf deleted file mode 100644 index 42631b2..0000000 --- a/doc/example.conf +++ /dev/null @@ -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= -- cgit v1.2.3