Skip to content

Commit

Permalink
Release v0.1.1; update default URLs to use production servers (post-P…
Browse files Browse the repository at this point in the history
…hoebe)
  • Loading branch information
Mike Brennan committed Nov 7, 2014
1 parent 56f7d59 commit 98a91b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ providing them in the options:
}))
...

- Note: This release uses the SISI (Singularity) test server URLs by default
because the Tranquility server URLs are not yet working.

#### Authenticate Requests

Use `passport.authenticate()`, specifying the `'eveonline'` strategy, to
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"test": "mocha --compilers coffee:coffee-script/register test",
"watch": "gulp watch-coffeescript"
},
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"passport-oauth2": "^1.1.2"
}
Expand Down
6 changes: 3 additions & 3 deletions src/constants.coffee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports =
defaultAuthorizationURL: 'https://sisilogin.testeveonline.com/oauth/authorize'
defaultTokenURL: 'https://sisilogin.testeveonline.com/oauth/token'
defaultVerifyURL: 'https://sisilogin.testeveonline.com/oauth/verify'
defaultAuthorizationURL: 'https://login.eveonline.com/oauth/authorize'
defaultTokenURL: 'https://login.eveonline.com/oauth/token'
defaultVerifyURL: 'https://login.eveonline.com/oauth/verify'
fetchCharacterInformationError: 'error fetching character information'

0 comments on commit 98a91b7

Please sign in to comment.