We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388e053 commit c112aecCopy full SHA for c112aec
src/utils/envConfig.ts
@@ -4,5 +4,5 @@ config();
4
5
export const ENV_CONFIG = {
6
PORT: Number(process.env.PORT || 4000),
7
- SERVER_URL: process.env.SERVER_URL || "https://system-integration.staging.telex.im/code-error-integration/",
+ SERVER_URL: process.env.SERVER_URL || "http://localhost:4000",
8
};
0 commit comments