diff options
| author | 2018-08-13 10:15:31 +0000 | |
|---|---|---|
| committer | 2018-08-13 10:15:31 +0000 | |
| commit | 9ee0548b6c8b38bb1af30f5dfacc2607da238b14 (patch) | |
| tree | 1a3f3ff94a09d7fab3a36d5fa3003b93b67c632b /config-default.yml | |
| parent | Improving the token regex to catch tokens with symbols in the HMAC (diff) | |
Remove the ClickUp cog.
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"] |