diff options
| author | 2020-02-24 03:00:04 +1000 | |
|---|---|---|
| committer | 2020-02-24 03:00:04 +1000 | |
| commit | b9dcd082114b563f2df075cf8b1f0c86308cad7a (patch) | |
| tree | 6c7658c4f69953819650dacb5ea2c712a7e158b8 /config-default.yml | |
| parent | Fix missing Django logs when using Docker Compose (diff) | |
| parent | Merge pull request #741 from Denayder/information-refactor (diff) | |
Merge branch 'master' into bug/backend/s329/docker-compose-tty
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index fda14b511..2eaf8ee06 100644 --- a/config-default.yml +++ b/config-default.yml @@ -1,6 +1,7 @@ bot: prefix: "!" token: !ENV "BOT_TOKEN" + sentry_dsn: !ENV "BOT_SENTRY_DSN" cooldowns: # Per channel, per tag. @@ -302,7 +303,7 @@ urls: paste_service: !JOIN [*SCHEMA, *PASTE, "/{key}"] # Snekbox - snekbox_eval_api: "https://snekbox.pythondiscord.com/eval" + snekbox_eval_api: "http://snekbox:8060/eval" # Discord API URLs discord_api: &DISCORD_API "https://discordapp.com/api/v7/" |