Skip to content

Commit

Permalink
Configures production to use v2 names. (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkinkade authored May 11, 2020
1 parent b0739eb commit 4740e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.yaml.mlab-ns
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ env_variables:
MACHINE_REGEX: "^mlab[1-3]$"
SITE_REGEX: "^[a-z]{3}[0-9c]{2}$"
LOCATIONS_URL: "https://siteinfo.mlab-oti.measurementlab.net/v1/sites/locations.json"
HOSTNAMES_URL: "https://siteinfo.mlab-oti.measurementlab.net/v1/sites/hostnames.json"
HOSTNAMES_URL: "https://siteinfo.mlab-oti.measurementlab.net/v2/sites/hostnames.json"

0 comments on commit 4740e37

Please sign in to comment.