diff options
| author | 2018-08-13 10:15:31 +0000 | |
|---|---|---|
| committer | 2018-08-13 10:15:31 +0000 | |
| commit | 663af08849795c484e37879f64ed44f218dd2856 (patch) | |
| tree | 1a3f3ff94a09d7fab3a36d5fa3003b93b67c632b /config-default.yml | |
| parent | Improving the token regex to catch tokens with symbols in the HMAC (diff) | |
| parent | Remove the ClickUp cog. (diff) | |
Merge branch 'cleanup/remove-clickup-cog' into 'master'
Remove the ClickUp cog.
See merge request python-discord/projects/bot!29
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 bd62d1ae5..64267b6e1 100644 --- a/config-default.yml +++ b/config-default.yml @@ -197,12 +197,6 @@ keys:      youtube:     !ENV "YOUTUBE_API_KEY" -clickup: -    key:   !ENV "CLICKUP_KEY" -    space:      757069 -    team:       754996 - -  rabbitmq:      host:          "pdrmq"      password: !ENV ["RABBITMQ_DEFAULT_PASS", "guest"]  |