telegabber/config.yml.example

28 lines
866 B
Plaintext
Raw Normal View History

2019-10-22 16:36:54 +00:00
: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
:user: 'www-data' # owner of content files
:quota: '256MB' # maximum storage size
2019-10-22 16:36:54 +00:00
:tdlib_verbosity: 1
:tdlib:
2022-01-27 06:57:46 +00:00
:datadir: './sessions/'
2019-10-22 16:36:54 +00:00
:client:
:api_id: '17349'
:api_hash: '344583e45741c457fe1862106095a5eb'
:device_model: 'telegabber'
:application_version: '2.0'
:use_chat_info_database: false
:use_secret_chats: true
2019-12-16 01:02:53 +00:00
:catch_timeout: 60
2019-10-22 16:36:54 +00:00
:xmpp:
:loglevel: :warn
:jid: 'tlgrm.localhost'
:host: '127.0.0.1'
:port: 5347
2019-10-22 16:36:54 +00:00
:password: 'password'
:db: 'session.dat'