Skip to content

Commit d03693d

Browse files
authored
Update Remote Settings STAGE URL after migration to GCP
1 parent 35c6069 commit d03693d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_remote_settings_records.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// This script consumes the following env variables:
88
// - AUTHORIZATION (mandatory): Raw authorization header (e.g. `AUTHORIZATION='Bearer XXXXXXXXXXXXX'`)
9-
// - SERVER (mandatory): Writer server URL (eg. https://settings-writer.stage.mozaws.net/v1)
9+
// - SERVER (mandatory): Writer server URL (eg. https://remote-settings.allizom.org/v1)
1010
// - ENVIRONMENT (optional): dev, stage, prod. When set to `dev`, the script will approve its own changes.
1111
// - DRY_RUN (optional): If set to 1, no changes will be made to the collection, this will
1212
// only log the actions that would be done.

0 commit comments

Comments
 (0)