Skip to content

Commit

Permalink
Update default AUTHSIGNAL_CHALLENGE_API_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiancook committed Oct 5, 2023
1 parent 88e8eff commit afe92fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authentication/authsignal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const {
} = process.env;

export const AUTHSIGNAL_BASE_URL = process.env.AUTHSIGNAL_API_URL || "https://au.signal.authsignal.com/v1";
export const AUTHSIGNAL_CHALLENGE_API_URL = process.env.AUTHSIGNAL_CHALLENGE_API_URL || "https://au-challenge.authsignal.com/v1";
export const AUTHSIGNAL_CHALLENGE_API_URL = process.env.AUTHSIGNAL_CHALLENGE_API_URL || "https://au.api.authsignal.com/v1";

export const authsignal = new Authsignal({
secret: process.env.AUTHSIGNAL_SECRET,
Expand Down

0 comments on commit afe92fa

Please sign in to comment.