Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/ide-service/example-config.json
2492 views
1
{
2
"server": {
3
"services": {
4
"grpc": {
5
"address": ":3000"
6
}
7
}
8
},
9
"ideConfigPath": "./example-ide-config.json"
10
}
11
12