diff options
| author | 2021-02-10 18:59:18 +0100 | |
|---|---|---|
| committer | 2021-02-10 18:59:18 +0100 | |
| commit | f8cf7c7f5c8501c7a4c6b3748a8b0fe6ecbe798c (patch) | |
| tree | adb1624fc6a278ca4b4119100593c9b962b57f26 /config-default.yml | |
| parent | add reason attribute (diff) | |
| parent | ICMP is disabled in production, so we can't ping the API (diff) | |
Merge branch 'master' into bug/1371/moderation-check
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/config-default.yml b/config-default.yml index d3b267159..d7415c821 100644 --- a/config-default.yml +++ b/config-default.yml @@ -335,7 +335,8 @@ keys:  urls:      # PyDis site vars      site:        &DOMAIN       "pythondiscord.com" -    site_api:    &API    !JOIN ["api.", *DOMAIN] +    site_api:    &API          "pydis-api.default.svc.cluster.local" +    site_api_schema:           "http://"      site_paste:  &PASTE  !JOIN ["paste.", *DOMAIN]      site_schema: &SCHEMA       "https://"      site_staff:  &STAFF  !JOIN ["staff.", *DOMAIN] | 
