From 9b4a09677a352d9938e4505bfc2d0c8d304567ac Mon Sep 17 00:00:00 2001 From: bodqhrohro Date: Tue, 22 Oct 2019 19:36:54 +0300 Subject: Hello world XMPP echo component --- config.yml.example | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 config.yml.example (limited to 'config.yml.example') diff --git a/config.yml.example b/config.yml.example new file mode 100644 index 0000000..82945b4 --- /dev/null +++ b/config.yml.example @@ -0,0 +1,23 @@ +:telegram: + :loglevel: :warn + :content: + :path: '/var/www/telegabber/content' # webserver workdir + :link: 'http://tlgrm.localhost/content' # webserver public address + :upload: 'https:///xmppfiles.localhost' # xmpp http upload address + :tdlib_verbosity: 1 + :tdlib: + :lib_path: 'lib/' + :client: + :api_id: '17349' + :api_hash: '344583e45741c457fe1862106095a5eb' + :device_model: 'telegabber' + :application_version: '2.0' + :use_chat_info_database: false + +:xmpp: + :loglevel: :warn + :jid: 'tlgrm.localhost' + :host: '127.0.0.1' + :port: 8899 + :password: 'password' + :db: 'sessions.dat' -- cgit v1.2.3