-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
44 lines (44 loc) · 1.28 KB
/
appsettings.json
File metadata and controls
44 lines (44 loc) · 1.28 KB
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
{
"Authentication": {
"ApiKey": "lmao?!0asdkjhsaldfkas;df31290a029ASD029ADj09uads09u29i938lmao?!0asdkjhsaldfkas;df31290a029ASD029ADj09uads09u29i938"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Docker": {
"EndpointUri": "unix:///var/run/docker.sock"
},
"Backend": {
"Address": "http://localhost:5161",
"ApiKey": "zX).G?XKt3JQ79QP$n$wchOlhuM}03#Lq}<8yJIG.9&4R,6]D7hQ#Fcs'i0NA=d",
"ApiHeaderName": "X-Api-Key",
"MaxTimeSecondsPerEvaluation": 120,
"EndpointBase": "/api/submission-evaluations"
},
"Containers": {
"Address": "http://localhost",
"ApiKey": "*dN([7R4L4EJ#=UC;@[[2M@n4.)HF2##ajBHU,mXXJOl.W]o..C]-Rx1wK2.3$Q",
"ApiHeaderName": "X-Api-Key",
"MaxTimeSecondsPerEvaluation": 120,
"HealthEndpoint": "/health",
"MaxWaitForStartSec": 10
},
"RunnerImages": {
"c":"generic-runner-c:latest",
"java":"generic-runner-java:latest",
"python":"generic-runner-python:latest",
"rust":"generic-runner-rust:latest",
"go":"generic-runner-go:latest"
},
"GlobalLimits": {
"MaxStorageWorkdirMb": 50,
"MaxMemoryMb": 800,
"MaxConcurrentEvaluations": 30,
"CpuQuotaCoeffPerContainer": 0.1,
"PidsLimit": 100
}
}