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
|
Configuration
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
.. include:: config.ini.sample
|
.. code-block:: ini
|
||||||
:literal:
|
|
||||||
|
[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
|
Docker
|
||||||
------
|
------
|
||||||
|
|
Loading…
Reference in a new issue