diff --git a/README.md b/README.md index 9ba4b04..5f5a321 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ `sdc` is a CLI for Joyent SmartDataCenter and the -Joyent Public Cloud (, +Joyent Public Cloud (, ). # Installation diff --git a/etc/defaults.json b/etc/defaults.json index b52b747..de1cbc6 100644 --- a/etc/defaults.json +++ b/etc/defaults.json @@ -1,9 +1,9 @@ { "defaultProfile": "env", "dcs": { - "us-east-1": "https://us-east-1.api.joyentcloud.com", - "us-west-1": "https://us-west-1.api.joyentcloud.com", - "us-sw-1": "https://us-sw-1.api.joyentcloud.com", - "eu-ams-1": "https://eu-ams-1.api.joyentcloud.com" + "us-east-1": "https://us-east-1.api.joyent.com", + "us-west-1": "https://us-west-1.api.joyent.com", + "us-sw-1": "https://us-sw-1.api.joyent.com", + "eu-ams-1": "https://eu-ams-1.api.joyent.com" } } diff --git a/examples/example-get-account.js b/examples/example-get-account.js index 7969216..043f5d5 100755 --- a/examples/example-get-account.js +++ b/examples/example-get-account.js @@ -25,7 +25,7 @@ var sign = auth.cliSigner({ log: log }); var client = cloudapi.createClient({ - url: 'https://us-sw-1.api.joyentcloud.com', + url: 'https://us-sw-1.api.joyent.com', user: USER, version: '*', sign: sign, diff --git a/lib/cloudapi2.js b/lib/cloudapi2.js index edc0aee..a8a0ea5 100644 --- a/lib/cloudapi2.js +++ b/lib/cloudapi2.js @@ -9,7 +9,7 @@ * var auth = require('smartdc-auth'); * var cloudapi = require('./lib/cloudapi2'); * var client = cloudapi.createClient({ - * url: , // 'https://us-sw-1.api.joyentcloud.com', + * url: , // 'https://us-sw-1.api.joyent.com', * user: , // 'bob' * log: , * sign: auth.cliSigner({