Skip to content

Commit

Permalink
Merge pull request #160 from mozilla-extensions/update-remote-setting…
Browse files Browse the repository at this point in the history
…s-stage-url

chore: update remote-settings stage cdn url
  • Loading branch information
grahamalama authored Jul 24, 2023
2 parents 64ce1aa + 5b37c1e commit 6d80116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/experiments/remotesettings/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { ExtensionError } = ExtensionUtils;

const SERVER_LOCAL = "http://localhost:8888/v1";
const SERVER_PROD = "https://firefox.settings.services.mozilla.com/v1";
const SERVER_STAGE = "https://settings-cdn.stage.mozaws.net/v1";
const SERVER_STAGE = "https://firefox.settings.services.allizom.org/v1";
const SERVER_DEV = "https://remote-settings-dev.allizom.org/v1";
const HASH_PROD =
"97:E8:BA:9C:F1:2F:B3:DE:53:CC:42:A4:E6:57:7E:D6:4D:F4:93:C2:47:B4:14:FE:A0:36:81:8D:38:23:56:0E";
Expand Down

0 comments on commit 6d80116

Please sign in to comment.