Skip to content

Commit

Permalink
Production URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Nov 27, 2024
1 parent f4dd243 commit a650af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/production.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const DC_BASE = "https://api.www.documentcloud.org";
export const APP_URL = "https://next.www.documentcloud.org/";
export const EMBED_URL = "https://next.www.documentcloud.org/";
export const APP_URL = "https://www.documentcloud.org/";
export const EMBED_URL = "https://embed.documentcloud.org/";
export const SQUARELET_BASE = "https://accounts.muckrock.com";
export const STAFF_ONLY_S3_URL =
"https://s3.console.aws.amazon.com/s3/buckets/s3.documentcloud.org?region=us-east-1&prefix=documents/$$ID$$/&showversions=false";

0 comments on commit a650af3

Please sign in to comment.