summarylogtreecommitdiffstats
path: root/config.patch
diff options
context:
space:
mode:
authorSam Whited2021-03-31 09:22:15 -0400
committerSam Whited2021-03-31 09:22:15 -0400
commit54f49b8e80038854ad7345e6adecea7d270ce703 (patch)
tree4362465916a7615c7349897587870d39e3d9c729 /config.patch
parenta17d9458f4f0478b48827854c476ba5540e5475c (diff)
downloadaur-54f49b8e80038854ad7345e6adecea7d270ce703.tar.gz
Update to v0.52.0
Diffstat (limited to 'config.patch')
-rw-r--r--config.patch82
1 files changed, 0 insertions, 82 deletions
diff --git a/config.patch b/config.patch
deleted file mode 100644
index c715f149eff1..000000000000
--- a/config.patch
+++ /dev/null
@@ -1,82 +0,0 @@
---- a/example.jackal.yml 2020-03-23 13:24:49.000000000 -0400
-+++ b/example.jackal.yml 2020-03-24 11:13:12.283234139 -0400
-@@ -1,32 +1,23 @@
- # jackal default configuration file
-
--pid_path: jackal.pid
-+pid_path: data/jackal.pid
-
--debug:
-- port: 6060
-+# debug:
-+# port: 6060
-
- logger:
- level: debug
- log_path: jackal.log
-
- storage:
-- type: mysql
-- mysql:
-- host: 127.0.0.1:3306
-+ type: pgsql
-+ pgsql:
-+ host: 127.0.0.1:5432
- user: jackal
- password: password
- database: jackal
- pool_size: 16
-
--#storage:
--# type: pgsql
--# pgsql:
--# host: 127.0.0.1:5432
--# user: jackal
--# password: password
--# database: jackal
--# pool_size: 16
--
- hosts:
- - name: localhost
- tls:
-@@ -55,10 +46,10 @@
- # type: http
- # pass: http://127.0.0.1:6666
-
-- mod_registration:
-- allow_registration: yes
-- allow_change: yes
-- allow_cancel: yes
-+ # mod_registration:
-+ # allow_registration: yes
-+ # allow_change: yes
-+ # allow_cancel: yes
-
- mod_version:
- show_os: true
-@@ -76,19 +67,17 @@
- max_stanza_size: 65536
- resource_conflict: replace # [override, replace, reject]
-
-- transport:
-- type: socket # websocket
-- bind_addr: 0.0.0.0
-- port: 5222
-- # url_path: /xmpp/ws
-+ # transport:
-+ # type: socket # websocket
-+ # bind_addr: 0.0.0.0
-+ # port: 5222
-+ # # url_path: /xmpp/ws
-
-- compression:
-- level: default
-+ # compression:
-+ # level: default
-
- sasl:
- - plain
-- - digest_md5
- - scram_sha_1
- - scram_sha_256
-- - scram_sha_512