diff options
| author | 2020-05-28 12:49:01 +0200 | |
|---|---|---|
| committer | 2020-05-28 12:49:01 +0200 | |
| commit | aa5aa241cfb7e98df300436ffa923edc30b728ea (patch) | |
| tree | f5ffb73b24fec7d08f3dd4718208f459555d5571 /config-default.yml | |
| parent | Merge pull request #961 from python-discord/moderation_commands_in_modmail_ca... (diff) | |
| parent | Move the `self.redis_closed` into session create. (diff) | |
Merge pull request #947 from python-discord/redis_persistence
RedisCache - Data Persistence
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 7edfb131f..2c85f5ef3 100644 --- a/config-default.yml +++ b/config-default.yml @@ -3,6 +3,12 @@ bot: token: !ENV "BOT_TOKEN" sentry_dsn: !ENV "BOT_SENTRY_DSN" + redis: + host: "redis" + port: 6379 + password: !ENV "REDIS_PASSWORD" + use_fakeredis: false + stats: statsd_host: "graphite" presence_update_timeout: 300 |