Skip to content

Commit 1e96d98

Browse files
committed
Revert supervisor to addr to localhost
1 parent f5c3aac commit 1e96d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitpod-shared/src/gitpodContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class SupervisorConnection {
4242
normal: 15 * 1000,
4343
short: 5 * 1000
4444
};
45-
private readonly addr = process.env.SUPERVISOR_ADDR || '127.0.0.1:22999';
45+
private readonly addr = process.env.SUPERVISOR_ADDR || 'localhost:22999';
4646
private readonly clientOptions: Partial<grpc.ClientOptions>;
4747
readonly metadata = new grpc.Metadata();
4848
readonly status: StatusServiceClient;

0 commit comments

Comments
 (0)