Skip to content

Commit

Permalink
Pick up netlify deploy url from environment
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Feb 1, 2024
1 parent 9ef85d5 commit dcbe102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/staging.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const DC_BASE = "https://api.muckcloud.com";
export const APP_URL = "https://muckcloud.com/";
export const EMBED_URL = "https://muckcloud.com";
export const APP_URL = process.env.URL || "https://muckcloud.com/";
export const EMBED_URL = APP_URL;
export const SQUARELET_BASE = "https://squarelet-staging.herokuapp.com";
export const STAFF_ONLY_S3_URL =
"https://s3.console.aws.amazon.com/s3/buckets/documentcloud-staging-files?region=us-east-1&prefix=documents/$$ID$$/&showversions=false";

0 comments on commit dcbe102

Please sign in to comment.