Skip to content

Commit

Permalink
Merge pull request #903 from MuckRock/prod-urls
Browse files Browse the repository at this point in the history
Production URLs
  • Loading branch information
eyeseast authored Dec 3, 2024
2 parents 09edf36 + d27b1bb commit d5980d5
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 d5980d5

Please sign in to comment.