Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/public-api-server/config.json
2492 views
1
{
2
"gitpodServiceUrl": "wss://main.preview.gitpod-dev.com/api/v1",
3
"server": {
4
"services": {
5
"grpc": {
6
"address": ":9001"
7
},
8
"http": {
9
"address": ":9002"
10
}
11
}
12
}
13
}
14
15