diff options
author | 2021-10-06 22:42:01 +0100 | |
---|---|---|
committer | 2021-10-06 22:42:01 +0100 | |
commit | cfd579ed5e552f3ea829d8c7be4607e1fef9efae (patch) | |
tree | 3f83e1b7095d6edcc78dbc44d05bad9bfd86c955 | |
parent | Merge pull request #1862 from python-discord/add-appeals-categories (diff) | |
parent | Merge branch 'main' into kill-subdomains (diff) |
Merge pull request #1630 from python-discord/kill-subdomains
-rw-r--r-- | config-default.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config-default.yml b/config-default.yml index 57bfc2687..d77eacc7e 100644 --- a/config-default.yml +++ b/config-default.yml @@ -361,14 +361,14 @@ urls: connect_max_retries: 3 connect_cooldown: 5 site: &DOMAIN "pythondiscord.com" - site_api: &API "pydis-api.default.svc.cluster.local" + site_api: &API "site.default.svc.cluster.local/api" site_api_schema: "http://" site_paste: &PASTE !JOIN ["paste.", *DOMAIN] site_schema: &SCHEMA "https://" - site_staff: &STAFF !JOIN ["staff.", *DOMAIN] + site_staff: &STAFF !JOIN [*SCHEMA, *DOMAIN, "/staff"] paste_service: !JOIN [*SCHEMA, *PASTE, "/{key}"] - site_logs_view: !JOIN [*SCHEMA, *STAFF, "/bot/logs"] + site_logs_view: !JOIN [*STAFF, "/bot/logs"] # Snekbox snekbox_eval_api: "http://snekbox.default.svc.cluster.local/eval" |