fix configuration documentation
This commit is contained in:
parent
43508edc66
commit
705ba32565
1 changed files with 18 additions and 2 deletions
20
README.rst
20
README.rst
|
@ -27,8 +27,24 @@ Utilisation
|
|||
Configuration
|
||||
-------------
|
||||
|
||||
.. include:: config.ini.sample
|
||||
:literal:
|
||||
.. code-block:: ini
|
||||
|
||||
[DEFAULT]
|
||||
|
||||
audio_path = /tmp/
|
||||
voice_channel = channel_name
|
||||
text_channel = channel_name
|
||||
|
||||
[discord]
|
||||
token = <discord_token>
|
||||
|
||||
[gitlab]
|
||||
url = https://gitlab.example.com/
|
||||
token = <GITLAB_TOKEN>
|
||||
|
||||
[giphy]
|
||||
token = <GIPHY_TOKEN>
|
||||
|
||||
|
||||
Docker
|
||||
------
|
||||
|
|
Loading…
Reference in a new issue