We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c6069 commit d03693dCopy full SHA for d03693d
update_remote_settings_records.mjs
@@ -6,7 +6,7 @@
6
7
// This script consumes the following env variables:
8
// - AUTHORIZATION (mandatory): Raw authorization header (e.g. `AUTHORIZATION='Bearer XXXXXXXXXXXXX'`)
9
-// - SERVER (mandatory): Writer server URL (eg. https://settings-writer.stage.mozaws.net/v1)
+// - SERVER (mandatory): Writer server URL (eg. https://remote-settings.allizom.org/v1)
10
// - ENVIRONMENT (optional): dev, stage, prod. When set to `dev`, the script will approve its own changes.
11
// - DRY_RUN (optional): If set to 1, no changes will be made to the collection, this will
12
// only log the actions that would be done.
0 commit comments