Skip to content

Commit

Permalink
chore: bodge constants up to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperj committed Nov 12, 2024
1 parent 582299b commit ea92f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const API_URL = import.meta.env.PUBLIC_API_URL || "http://web01.socstech.support:1305";
export const Y2_URL = import.meta.env.PUBLIC_Y2_URL || "http://web01.socstech.support:2305";
export const API_URL = import.meta.env.PUBLIC_API_URL || "https://asgard.staging.socstech.support";
export const Y2_URL = import.meta.env.PUBLIC_Y2_URL || "https://yggdrasil.staging.socstech.support";
export const PUBLIC_ROUTES = [ "/login", "/forgot-password", "/change-password" ]

// * remove for debug *
Expand Down

0 comments on commit ea92f1f

Please sign in to comment.