gitpod/components/ide-service/example-config.json

11 lines
145 B
JSON

{
"server": {
"services": {
"grpc": {
"address": ":3000"
}
}
},
"ideConfigPath": "./example-ide-config.json"
}