diff options
author | louiz’ <louiz@louiz.org> | 2016-09-09 23:38:02 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-09-09 23:38:02 +0200 |
commit | 7160731179d526c6cebb07d35d7edab597cc9bb4 (patch) | |
tree | 1de2a8b6360d00fc90b54a27f4c2b536a0c2e1ae /doc | |
parent | 0a8bddf03dba53452cef8ef4529f2ba3c7592c96 (diff) | |
download | biboumi-7160731179d526c6cebb07d35d7edab597cc9bb4.tar.gz biboumi-7160731179d526c6cebb07d35d7edab597cc9bb4.tar.bz2 biboumi-7160731179d526c6cebb07d35d7edab597cc9bb4.tar.xz biboumi-7160731179d526c6cebb07d35d7edab597cc9bb4.zip |
Add some configuration example
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/example.conf b/doc/example.conf new file mode 100644 index 0000000..42631b2 --- /dev/null +++ b/doc/example.conf @@ -0,0 +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=mypassword +xmpp_server_ip=127.0.0.1 +port=5347 +admin= +realname_customization=true +realname_from_jid=false +log_file= +ca_file= +outgoing_bind= |