We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1f92b commit 6217c8fCopy full SHA for 6217c8f
test/FusionAuthClientTest.ts
@@ -21,7 +21,7 @@ import * as chai from 'chai';
21
import ClientResponse from "../src/ClientResponse";
22
23
let client;
24
-const fusionauthUrl = process.env.FUSIONAUTH_URL || "http://localhost:8080";
+const fusionauthUrl = process.env.FUSIONAUTH_URL || "https://local.fusionauth.io";
25
const fusionauthApiKey = process.env.FUSIONAUTH_API_KEY || "bf69486b-4733-4470-a592-f1bfce7af580";
26
const applicationId = "e5e2b0b3-c329-4b08-896c-d4f9f612b5c0";
27
const tenantId = '65323339-6137-6531-3135-316238623265';
0 commit comments