forked from Jimmy01240397/CTF-Instancer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
44 lines (40 loc) · 852 Bytes
/
.env.sample
File metadata and controls
44 lines (40 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
PORT=8000
SESSIONNAME=session
SERVICEMODE=web
#SERVICEMODE=api
TOKEN=testtoken
TITLE=
MAXPORT=
MINPORT=
VALIDITY=3m
FLAGPREFIX=TSC
FLAGMSG=testflag
PREFIX=29
SUBNETPOOL=10.200.0.0/16
CHALDIR=
BASESCHEME=
BASEHOST=
CAPTCHA_SITE_KEY=
CAPTCHA_SECRET_KEY=
# recaptcha
CAPTCHA_SRC=https://www.google.com/recaptcha/api.js
CAPTCHA_CLASS=g-recaptcha
CAPTCHA_BACKEND=https://www.google.com/recaptcha/api/siteverify
CAPTCHA_RESPONSE_NAME=g-recaptcha-response
# hcaptcha
#CAPTCHA_SRC=https://js.hcaptcha.com/1/api.js
#CAPTCHA_CLASS=h-captcha
#CAPTCHA_BACKEND=https://api.hcaptcha.com/siteverify
#CAPTCHA_RESPONSE_NAME=h-captcha-response
# disable captcha
#CAPTCHA_SITE_KEY=
#CAPTCHA_SECRET_KEY=
#CAPTCHA_SRC=
#CAPTCHA_CLASS=
#CAPTCHA_BACKEND=
#CAPTCHA_RESPONSE_NAME=
CTFDURL=
MODE0=Proxy
#MODE0=Forward
#MODE0=Command
#COMMAND0=nc {{ .BaseHost }} {{ .Port }}