diff options
-rw-r--r-- | conf/biboumi.cfg | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/conf/biboumi.cfg b/conf/biboumi.cfg index 42631b2..8e51542 100644 --- a/conf/biboumi.cfg +++ b/conf/biboumi.cfg @@ -1,9 +1,10 @@ # 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). +# It only contains the default values. +# You need to, at least, set the values for hostname and password, if you +# want biboumi to be able to start -hostname=biboumi.example.com -password=mypassword +hostname= +password= xmpp_server_ip=127.0.0.1 port=5347 admin= |