We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f3171 commit d6eca55Copy full SHA for d6eca55
test/integration/integration_helper.ts
@@ -4,7 +4,7 @@ import { Client } from '@yorkie-js-sdk/src/client/client';
4
import { Document } from '@yorkie-js-sdk/src/document/document';
5
import { Indexable } from '@yorkie-js-sdk/test/helper/helper';
6
7
-export const testRPCAddr = process.env.TEST_RPC_ADDR || 'http://localhost:8080';
+export const testRPCAddr = process.env.TEST_RPC_ADDR || 'http://127.0.0.1:8080';
8
9
export function toDocKey(title: string): string {
10
return title
0 commit comments