Skip to content

Commit c112aec

Browse files
authored
chore: Update envConfig.ts
1 parent 388e053 commit c112aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/envConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ config();
44

55
export const ENV_CONFIG = {
66
PORT: Number(process.env.PORT || 4000),
7-
SERVER_URL: process.env.SERVER_URL || "https://system-integration.staging.telex.im/code-error-integration/",
7+
SERVER_URL: process.env.SERVER_URL || "http://localhost:4000",
88
};

0 commit comments

Comments
 (0)