fix configuration documentation

This commit is contained in:
Milka64 2021-01-09 18:55:55 +01:00
parent 43508edc66
commit 705ba32565

View file

@ -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
------