diff options
| author | 2019-09-18 01:02:16 +1000 | |
|---|---|---|
| committer | 2019-09-18 01:02:16 +1000 | |
| commit | 9dd68537b50e972d4b864aea9aa5673bb16a0bef (patch) | |
| tree | d5a8ab211a71c5e15073977915bd24de833600b6 /config-default.yml | |
| parent | Add coverage reporting & JUnit XML to tests. (#432) (diff) | |
| parent | Validate configuration against typehints. (diff) | |
Validate configuration against typehints, remove old keys, renam… (#425)
Validate configuration against typehints, remove old keys, rename off_topic_3 key
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config-default.yml b/config-default.yml index fd83e69a4..403de21ad 100644 --- a/config-default.yml +++ b/config-default.yml @@ -227,8 +227,6 @@ filter: keys: - deploy_bot: !ENV "DEPLOY_BOT_KEY" - deploy_site: !ENV "DEPLOY_SITE" site_api: !ENV "BOT_API_KEY" @@ -263,10 +261,6 @@ urls: # Snekbox snekbox_eval_api: "https://snekbox.pythondiscord.com/eval" - # Env vars - deploy: !ENV "DEPLOY_URL" - status: !ENV "STATUS_URL" - # Discord API URLs discord_api: &DISCORD_API "https://discordapp.com/api/v7/" discord_invite_api: !JOIN [*DISCORD_API, "invites"] |