From 72c9dac62cb6282841d22d877852bcee26bff9dd Mon Sep 17 00:00:00 2001 From: bodqhrohro Date: Tue, 22 Oct 2019 22:55:43 +0300 Subject: Add tests for config package (failing for now) --- test/good_config.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 test/good_config.yml (limited to 'test/good_config.yml') diff --git a/test/good_config.yml b/test/good_config.yml new file mode 100644 index 0000000..3ea257c --- /dev/null +++ b/test/good_config.yml @@ -0,0 +1,23 @@ +:telegram: + :loglevel: :warn + :content: + :path: '' # webserver workdir + :link: '' # webserver public address + :upload: '' # 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