diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-02-12 04:53:29 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-02-12 04:53:29 +0300 |
commit | 1e83d54107008ecb9b0f60c822bb146cc07f104b (patch) | |
tree | 34fdbe324335e732164941d80865146d72df5f60 /config.yml.example | |
parent | e38f3897e63265aa497ea2767a662e5e40842301 (diff) |
Change the example component port (as it leads to confusion too often)v1.1.1
Diffstat (limited to 'config.yml.example')
-rw-r--r-- | config.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
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' |