-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
47 lines (47 loc) · 1.23 KB
/
config.json
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
45
46
47
{
"http_address": ":8391",
"paths": {
"frontend": "./server/frontend/",
"database": "/tmp/march-madness.db",
"secret_key": "/tmp/march-madness-secret-paseto.key"
},
"problems": {
"modules": [
{
"cmd": "python3 -m problems.booting-up",
"readme": "./problems/booting-up/README.md",
"scoring_version": 1
},
{
"cmd": "python3 -m problems.empty-spaces",
"readme": "./problems/empty-spaces/README.md",
"scoring_version": 1
},
{
"cmd": "python3 -m problems.crafting",
"readme": "./problems/crafting/README.md",
"scoring_version": 1
},
{
"cmd": "python3 -m problems.internet-connection",
"readme": "./problems/internet-connection/README.md",
"scoring_version": 1
},
{
"cmd": "python3 -m problems.intruder-alert",
"readme": "./problems/intruder-alert/README.md",
"points_per_part": 200
}
],
"schedule": {
"start": "2024-03-17T00:00:00-08:00",
"every": "1h"
}
},
"hackathon": {
"start_time": "2024-03-20T00:15:00-08:00",
"duration": "150m",
"location": "EC 063"
},
"open_registration_time": "2024-03-17T00:00:00-08:00"
}