add config sample
This commit is contained in:
parent
310c4288a4
commit
0f830d8c18
1 changed files with 9 additions and 0 deletions
9
config.ini.sample
Normal file
9
config.ini.sample
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[discord]
|
||||||
|
token = <discord_token>
|
||||||
|
|
||||||
|
[gitlab]
|
||||||
|
url = https://gitlab.example.com/
|
||||||
|
token = <GITLAB_TOKEN>
|
||||||
|
|
||||||
|
[giphy]
|
||||||
|
token = <GIPHY_TOKEN>
|
Loading…
Reference in a new issue