Skip to content

Commit 99d9103

Browse files
committed
PEER-244,245: Update base image for user svc local
Signed-off-by: SeeuSim <[email protected]>
1 parent 17176d8 commit 99d9103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/user/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ export const dbConfig = {
1414
password: process.env.POSTGRES_PASSWORD,
1515
};
1616

17-
export const LOAD_TEST_POD = process.env.LOAD_TEST_POD!;
17+
export const LOAD_TEST_POD = process.env.LOAD_TEST_POD || 'http://user-service-load-test';

0 commit comments

Comments
 (0)