Skip to content

Commit

Permalink
[minor] Updates to config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Oct 7, 2010
1 parent e32cc12 commit b84a993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cloudfiles/config.js
Expand Up @@ -13,8 +13,8 @@ var Config = function () {
Config.prototype = { Config.prototype = {
// Remark: Put your Rackspace API Key here // Remark: Put your Rackspace API Key here
auth: { auth: {
username: 'nodejitsudev', username: 'your-username',
apiKey: 'a11e9c09bebbea62c1e0ab5f5a81b545' apiKey: 'your-api-key'
}, },


cdn: { cdn: {
Expand Down

0 comments on commit b84a993

Please sign in to comment.