From 1e83d54107008ecb9b0f60c822bb146cc07f104b Mon Sep 17 00:00:00 2001 From: Bohdan Horbeshko Date: Fri, 11 Feb 2022 20:53:29 -0500 Subject: [PATCH] Change the example component port (as it leads to confusion too often) --- config.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml.example b/config.yml.example index eed3257..b39adca 100644 --- a/config.yml.example +++ b/config.yml.example @@ -20,6 +20,6 @@ :loglevel: :warn :jid: 'tlgrm.localhost' :host: '127.0.0.1' - :port: 8899 + :port: 5347 :password: 'password' :db: 'session.dat'