diff options
| author | 2021-10-14 21:00:52 +0100 | |
|---|---|---|
| committer | 2021-10-14 21:00:52 +0100 | |
| commit | 3c3de7df0781763b3ca645c948a95b5310bc6704 (patch) | |
| tree | 503f23008435c971cbac267c7d212b87602cfea9 /config-default.yml | |
| parent | Distinguish between note/warning and expired infraction in error message (diff) | |
| parent | Merge pull request #1836 from python-discord/tags-revision (diff) | |
Merge branch 'main' into solve-bot-1852
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 10 | 
1 files changed, 7 insertions, 3 deletions
| diff --git a/config-default.yml b/config-default.yml index 3405934e0..d77eacc7e 100644 --- a/config-default.yml +++ b/config-default.yml @@ -144,6 +144,8 @@ guild:          logs:               &LOGS           468520609152892958          moderators:         &MODS_CATEGORY  749736277464842262          modmail:            &MODMAIL        714494672835444826 +        appeals:            &APPEALS        890331800025563216 +        appeals2:           &APPEALS2       895417395261341766          voice:                              356013253765234688          summer_code_jam:                    861692638540857384 @@ -238,6 +240,8 @@ guild:          - *MODS_CATEGORY          - *MODMAIL          - *LOGS +        - *APPEALS +        - *APPEALS2      moderation_channels:          - *ADMINS @@ -357,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" | 
