diff options
| author | 2018-06-13 21:12:52 +0100 | |
|---|---|---|
| committer | 2018-06-13 21:12:52 +0100 | |
| commit | cfb02eaeaea37da231d490f701e3aa017fc6494b (patch) | |
| tree | 491ab31f565eb687ec07ad7bb4b3e4f702a06b54 /config-default.yml | |
| parent | Revert "Cast to list in events.py so there is no 'filter object does not have... (diff) | |
| parent | Merge branch 'ci-container' into 'master' (diff) | |
Merge branch 'master' of gitlab.com:python-discord/projects/bot
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/config-default.yml b/config-default.yml index e10150617..eb0f86d2f 100644 --- a/config-default.yml +++ b/config-default.yml @@ -55,11 +55,6 @@ clickup: key: !ENV 'CLICKUP_KEY' -papertrail: - address: !ENV 'PAPERTRAIL_ADDRESS' - port: !ENV 'PAPERTRAIL_PORT' - - rabbitmq: host: "pdrmq" port: 5672 @@ -80,6 +75,6 @@ urls: site_names_api: 'https://api.pythondiscord.com/bot/snake_names' site_idioms_api: 'https://api.pythondiscord.com/bot/snake_idioms' site_special_api: 'https://api.pythondiscord.com/bot/special_snakes' - github_bot_repo: 'https://github.com/discord-python/bot' + gitlab_bot_repo: 'https://gitlab.com/discord-python/projects/bot' bot_avatar: 'https://raw.githubusercontent.com/discord-python/branding/master/logos/logo_circle/logo_circle.png' omdb: 'http://omdbapi.com' |