diff options
| author | 2020-11-20 13:08:23 -0600 | |
|---|---|---|
| committer | 2020-11-20 13:08:23 -0600 | |
| commit | fb7ca02f512da6072e52888546e93da123822e01 (patch) | |
| tree | 71d7f5342d86498a5703eee1381391a4a992d883 /config-default.yml | |
| parent | Cover Unicode emojis catching as antispam rule with test cases (diff) | |
| parent | Checkout code so we can deploy (diff) | |
Merge branch 'master' into emojis-filter
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config-default.yml b/config-default.yml index 8912841ff..89493c4de 100644 --- a/config-default.yml +++ b/config-default.yml @@ -4,13 +4,13 @@ bot: sentry_dsn: !ENV "BOT_SENTRY_DSN" redis: - host: "redis" + host: "redis.default.svc.cluster.local" port: 6379 password: !ENV "REDIS_PASSWORD" use_fakeredis: false stats: - statsd_host: "graphite" + statsd_host: "graphite.default.svc.cluster.local" presence_update_timeout: 300 cooldowns: @@ -329,7 +329,7 @@ urls: paste_service: !JOIN [*SCHEMA, *PASTE, "/{key}"] # Snekbox - snekbox_eval_api: "http://snekbox:8060/eval" + snekbox_eval_api: "http://snekbox.default.svc.cluster.local/eval" # Discord API URLs discord_api: &DISCORD_API "https://discordapp.com/api/v7/" |