diff options
| author | 2020-04-19 09:50:24 -0700 | |
|---|---|---|
| committer | 2020-04-19 09:50:24 -0700 | |
| commit | 80d8c7e13ecdce31917f9f0083fa17c1f97317eb (patch) | |
| tree | 211b3b6f98fe8343740d15762191172a5a30f5d6 /config-default.yml | |
| parent | Tags: explicitly use UTF-8 to read files (diff) | |
| parent | Merge pull request #877 from python-discord/bug/frontend/870/help-channel-dm-... (diff) | |
Merge branch 'master' into bug/info/869/tag-encoding
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 896003973..f2b0bfa9f 100644 --- a/config-default.yml +++ b/config-default.yml @@ -3,6 +3,10 @@ bot: token: !ENV "BOT_TOKEN" sentry_dsn: !ENV "BOT_SENTRY_DSN" + stats: + statsd_host: "graphite" + presence_update_timeout: 300 + cooldowns: # Per channel, per tag. tags: 60 @@ -471,7 +475,6 @@ anti_malware: - '.mp3' - '.wav' - '.ogg' - - '.md' reddit: |