Skip to content

Commit e005b65

Browse files
committed
fix env var name
1 parent c273cfb commit e005b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apify-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class ApifyClient extends _ApifyClient {
2121
constructor(options: ApifyClientOptions) {
2222
super({
2323
...options,
24-
baseUrl: process.env.MCP_APIFY_BASE_URL || undefined,
24+
baseUrl: process.env.APIFY_API_BASE_URL || undefined,
2525
requestInterceptors: [addUserAgent],
2626
});
2727
}

0 commit comments

Comments
 (0)