Updated README
This commit is contained in:
parent
bb1e9e9d7f
commit
84ebb98b5b
13
README.md
13
README.md
|
@ -29,12 +29,13 @@ Next, move **config.yml.example** to and **config.yml** and edit **xmpp** sectio
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
db_path: 'users.db'
|
xmpp:
|
||||||
jid: 'telegram.jabber.ru'
|
db_path: 'users.db'
|
||||||
host: 'localhost'
|
jid: 'telegram.jabber.ru'
|
||||||
port: 8888
|
host: 'localhost'
|
||||||
secret: 'secret'
|
port: 8888
|
||||||
loglevel: 0
|
secret: 'secret'
|
||||||
|
loglevel: 0
|
||||||
```
|
```
|
||||||
|
|
||||||
If neccessary, edit **telegram** section too.
|
If neccessary, edit **telegram** section too.
|
||||||
|
|
Reference in a new issue