Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/usage/config.json
2492 views
1
{
2
"controllerSchedule": "1h",
3
"defaultSpendingLimit": {
4
"forUsers": 5000,
5
"forTeams": 0
6
},
7
"creditsPerMinuteByWorkspaceClass": {
8
"default": 0.1666666667,
9
"gitpodio-internal-xl": 0.3333333333
10
},
11
"server": {
12
"services": {
13
"grpc": {
14
"address": ":9001"
15
}
16
}
17
}
18
}
19
20