Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/ws-daemon/example-config.json
2492 views
1
{
2
"$schema": "./config-schema.json",
3
"content": {
4
"workingArea": "/tmp/wsdaemon",
5
"backupPeriod": "30m",
6
"workspaceSizeLimit": "20g",
7
"tempDir": "/tmp",
8
"storage": {
9
"kind": "minio",
10
"stage": "dev",
11
"gcloud": {
12
"credentialsFile": "/workspace/gitpod/charts/gitpod_io/secrets/storage/gitpod-dev-content-key.json",
13
"region": "europe-west1",
14
"project": "gitpod-dev",
15
"parallelUpload": 4,
16
"maximumBackupSize": 32212254720
17
},
18
"minio": {
19
"endpoint": "127.0.0.1:9000",
20
"accessKeyID": "C1GL0KSOR9ERG1R5GW92",
21
"secretAccessKey": "CNmBGC9T5u7UC3xQfd+MVrVnfAVRkS0X2N3+B0RS"
22
}
23
}
24
},
25
"service": {
26
"address": ":8080"
27
},
28
"prometheus": {
29
"address": "127.0.0.1:9500"
30
}
31
}
32