diff options
| author | 2020-04-18 00:35:15 +0700 | |
|---|---|---|
| committer | 2020-04-18 00:35:15 +0700 | |
| commit | 98726b3d707ad7d66137da245c4833c2cd3fe3e9 (patch) | |
| tree | afb03f1e773e5412b912bc609d3deaa11e17c4be /config-default.yml | |
| parent | HelpChannels: ensure `is_in_category` returns a bool (diff) | |
| parent | Merge pull request #874 from ks129/syncer-timeout-fix (diff) | |
Merge branch 'master' into bug/frontend/870/help-channel-dm-category
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: |