This repository was archived by the owner on Feb 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Preferred-Languages: en
3
- Canonical: https://2020.redpwn.net/.well-known/security.txt
4
3
Policy: https://github.com/redpwn/rctf/blob/master/SECURITY.md
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ YAML/JSON name|environment name|required|default value|type|description
51
51
` divisions` |_(none)_|yes|_(none)_|object|division IDs and their respective names. [documentation](management/divisions.md)
52
52
` defaultDivision` |_(none)_|no|_(none)_|string|default division ID. [documentation](management/divisions.md)
53
53
` divisionACLs` |_(none)_|no|_(none)_|array|ACLs for restricting division access. [documentation](management/divisions.md)
54
+ ` faviconUrl` |`RCTF_FAVICON_URL`|no|_(rCTF favicon)_|string|URL to custom favicon image
54
55
55
56
# ## Additional
56
57
@@ -65,8 +66,8 @@ YAML/JSON name|environment name|required|default value|type|description
65
66
` email.from` |_(none)_|no|_(none)_|provider|`from:` address when sending email. [documentation](providers/emails/index.md)
66
67
` ctftime.clientId` |`RCTF_CTFTIME_CLIENT_ID`|no|_(none)_|string|CTFtime OAuth client ID. [documentation](integrations/ctftime.md)
67
68
` ctftime.clientSecret` |`RCTF_CTFTIME_CLIENT_SECRET`|no|_(none)_|string|CTFtime OAuth client secret. [documentation](integrations/ctftime.md)
68
- ` recaptcha.siteKey` |`RCTF_RECAPTCHA_SITE_KEY`|no|_(none)_|string|reCAPTCHA public site key.[documentation](integrations/recaptcha.md)
69
- ` recaptcha.secretKey` |`RCTF_RECAPTCHA_SECRET_KEY`|no|_(none)_|string|reCAPTCHA secret key.[documentation](integrations/recaptcha.md)
69
+ ` recaptcha.siteKey` |`RCTF_RECAPTCHA_SITE_KEY`|no|_(none)_|string|reCAPTCHA public site key. [documentation](integrations/recaptcha.md)
70
+ ` recaptcha.secretKey` |`RCTF_RECAPTCHA_SECRET_KEY`|no|_(none)_|string|reCAPTCHA secret key. [documentation](integrations/recaptcha.md)
70
71
` recaptcha.protectedActions` |__(none)__|no|_(none)_|array|list of reCAPTCHA protected actions. [documentation](integrations/recaptcha.md)
71
72
72
73
# ## Advanced
Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ const envConfig: PartialDeep<ServerConfig> = {
149
149
description : process . env . RCTF_META_DESCRIPTION ,
150
150
imageUrl : process . env . RCTF_IMAGE_URL
151
151
} ,
152
+ faviconUrl : process . env . RCTF_FAVICON_URL ,
152
153
logoUrl : process . env . RCTF_LOGO_URL ,
153
154
globalSiteTag : process . env . RCTF_GLOBAL_SITE_TAG ,
154
155
email : {
You can’t perform that action at this time.
0 commit comments