-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathctforge.conf
More file actions
executable file
·44 lines (38 loc) · 990 Bytes
/
ctforge.conf
File metadata and controls
executable file
·44 lines (38 loc) · 990 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
# .ini style configuration file for CTForge
[DEFAULT]
base_dir = ~/.ctforge
; show_names = yes
[mode_jeopardy]
active = no
bonus = no
[mode_attackdefense]
active = yes
flag_prefix =
flag_suffix = =
flag_chars = 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ
flag_length = 31
flag_regexp = [A-Z0-9]{31}=
; # duration of each round in seconds
round_duration = 120
always_submit = yes
[website]
static_folder = themes/ctforge/static
template_folder = themes/ctforge/templates
; url = https://localhost:5000/
; # start date used to display scoreboard graphs
; date_start = 2016-01-01 00:00:00.0
; log_file = %(base_dir)s/logs/site.log
; secret_key = ChengeMeWithRandomStuffASAP
; secure_cookie = no
; debug = yes
[database]
; host = localhost
; port = 5432
; user = ctforge
; password = ctforge
; name = ctforge
[flagbot]
log_file = %(base_dir)s/logs/bot.log
flagid_script_path = %(base_dir)s/bot/flagid
bot_script_path = %(base_dir)s/bot/
; log_format = %%(asctime)s [%%(levelname)s] %%(message)s