aboutsummaryrefslogtreecommitdiff
path: root/test/bad_config.yml
blob: 094faf4f458ac74d2d9b9366fba60982205c2388 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
: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:
        :client:
            :api_id: '17349'
            :api_hash: '344583e45741c457fe1862106095a5eb'
            :device_model: 'telegabber'
            :application_version: '2.0'
            :use_cat_info_database: false

:xmpp:
    :loglevel: :warn
    :host: '127.0.0.1'
    :port: 8899
    :password: 'password'
    :db: 'sessions.dat'