diff options
| author | 2020-11-19 01:20:22 +0000 | |
|---|---|---|
| committer | 2020-11-19 01:20:22 +0000 | |
| commit | 506909ef9de51709d615c61f9462c0d964058c20 (patch) | |
| tree | e96ee7dad3cc7d9b881e52181fc2c62ba364a6d1 /config-default.yml | |
| parent | Merge pull request #1290 from python-discord/sebastiaan/backend/improve-actio... (diff) | |
| parent | Merge branch 'master' into kubernetes-deploy (diff) | |
Merge pull request #1286 from python-discord/kubernetes-deploy
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/" |