From 705ba3256545ce3068cee4e7e1555e1a7fa508ca Mon Sep 17 00:00:00 2001 From: Milka64 Date: Sat, 9 Jan 2021 18:55:55 +0100 Subject: [PATCH] fix configuration documentation --- README.rst | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 80dd5af..85edb7f 100644 --- a/README.rst +++ b/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 = + + [gitlab] + url = https://gitlab.example.com/ + token = + + [giphy] + token = + Docker ------