diff options
author | Georg | 2021-07-21 14:06:13 +0200 |
---|---|---|
committer | Georg | 2021-07-21 14:06:13 +0200 |
commit | e119d096e6f2bc36536240c10f89ef6ef68a7f99 (patch) | |
tree | 3c2f009c519875b5646c1d10bf4226e055b55fe1 /biboumi | |
parent | a0c60832cff8a80adda91ee02e60edcebcb31cd7 (diff) | |
download | xmpp-e119d096e6f2bc36536240c10f89ef6ef68a7f99.tar.gz xmpp-e119d096e6f2bc36536240c10f89ef6ef68a7f99.tar.bz2 xmpp-e119d096e6f2bc36536240c10f89ef6ef68a7f99.zip |
Initial Biboumi Run
Signed-off-by: Georg <georg@lysergic.dev>
Diffstat (limited to 'biboumi')
-rw-r--r-- | biboumi/biboumi.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/biboumi/biboumi.cfg b/biboumi/biboumi.cfg new file mode 100644 index 0000000..eb04aae --- /dev/null +++ b/biboumi/biboumi.cfg @@ -0,0 +1,12 @@ +hostname=biboumi.xyz +password=$BB +xmpp_server_ip=127.0.0.4 +port=5347 +admin=mogad0n@liberta.casa:cranberry@liberta.casa +db_name=postgresql://$DBUSER:$DBPASS@$DBHOST/$DB +persistent_by_default=false +realname_customization=true +realname_from_jid=true +#webirc_password=$WEBIRCSEC +log_level=0 +ca_file=/etc/ssl/ca-bundle.pem |