aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-11-16 20:42:44 +0200
committerGravatar ks129 <[email protected]>2020-11-16 20:42:44 +0200
commitf8d070664783d7a4b86a6b3dc0646a2ae100ee5c (patch)
tree8d387295bba04d9582baa072c5d7078df9b72947 /config-default.yml
parentAdd basic branding configuration (diff)
Create config for tokens and add GitHub token
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml
index 91ecf3107..fa2841f0c 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -529,5 +529,9 @@ branding:
cycle_frequency: 3 # How many days bot wait before refreshing server icon
+tokens:
+ github: !ENV "GITHUB_TOKEN"
+
+
config:
required_keys: ['bot.token']