diff options
| author | 2019-09-15 16:48:10 +0200 | |
|---|---|---|
| committer | 2019-09-18 00:50:50 +1000 | |
| commit | 0d27d5d0edf17fec789b752700e9e4a753f45df0 (patch) | |
| tree | d5a8ab211a71c5e15073977915bd24de833600b6 /config-default.yml | |
| parent | Add coverage reporting & JUnit XML to tests. (#432) (diff) | |
Validate configuration against typehints.
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"] |