diff options
| author | 2019-07-16 15:02:43 -0700 | |
|---|---|---|
| committer | 2019-07-16 15:02:43 -0700 | |
| commit | 3232fd566d5b35f10ffff0d47129f9c052df1303 (patch) | |
| tree | 5c7eec255a7973afaba5b033e9feb7f3c4d6ad70 /config-default.yml | |
| parent | Merge remote-tracking branch 'remotes/origin/master' into django (diff) | |
| parent | Merge pull request #376 from python-discord/django-watchchannels (diff) | |
Merge remote-tracking branch 'origin/django' into django-merge
Merge in RMQ removal, Snekbox changes, and watch channel rework, among
other minor things.
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/config-default.yml b/config-default.yml index d8016875b..dd5126230 100644 --- a/config-default.yml +++ b/config-default.yml @@ -135,6 +135,10 @@ guild: rockstars: &ROCKSTARS_ROLE 458226413825294336 team_leader: 501324292341104650 + webhooks: + talent_pool: 569145364800602132 + big_brother: 569133704568373283 + filter: @@ -165,6 +169,8 @@ filter: - 249111029668249601 # Gentoo - 327254708534116352 # Adafruit - 544525886180032552 # kennethreitz.org + - 590806733924859943 # Discord Hack Week + - 423249981340778496 # Kivy domain_blacklist: - pornhub.com @@ -224,13 +230,6 @@ keys: site_api: !ENV "BOT_API_KEY" -rabbitmq: - host: "pdrmq" - password: !ENV ["RABBITMQ_DEFAULT_PASS", "guest"] - port: 5672 - username: !ENV ["RABBITMQ_DEFAULT_USER", "guest"] - - urls: # PyDis site vars site: &DOMAIN "pythondiscord.com" @@ -258,6 +257,9 @@ urls: site_user_complete_api: !JOIN [*SCHEMA, *API, "/bot/users/complete"] paste_service: !JOIN [*SCHEMA, *PASTE, "/{key}"] + # Snekbox + snekbox_eval_api: "http://localhost:8060/eval" + # Env vars deploy: !ENV "DEPLOY_URL" status: !ENV "STATUS_URL" |