You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ desired configuration in a file with the following format:
57
57
```yaml
58
58
ctfFramework: CTFd | FBCTF | RootTheBox
59
59
juiceShopUrl: https://juice-shop.herokuapp.com
60
-
ctfKey: https://raw.githubusercontent.com/bkimminich/juice-shop/master/ctf.key # can also be actual key instead URL
60
+
ctfKey: https://raw.githubusercontent.com/bkimminich/juice-shop/master/ctf.key # can also be actual key or comma-separated list of keys (CTFd only) instead of URL
61
61
countryMapping: https://raw.githubusercontent.com/bkimminich/juice-shop/master/config/fbctf.yml # ignored for CTFd and RootTheBox
62
62
insertHints: none | free | paid
63
63
insertHintUrls: none | free | paid # optional for FBCTF; "paid" handled as "free" for CTFd
0 commit comments