Skip to content

Commit

Permalink
Default config examples to Ember CLI style config
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Feb 21, 2015
1 parent c2efe97 commit ff43801
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions addon/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ var defaults = {
/**
Ember Simple Auth Token's configuration object.
To change any of these values, define a global environment object for Ember
Simple Auth and define the values there:
To change any of these values, set them on the application's
environment object:
```js
window.ENV = window.ENV || {};
window.ENV['simple-auth-token'] = {
ENV['simple-auth-token'] = {
serverTokenEndpoint: '/some/other/endpoint'
}
```
Expand Down

0 comments on commit ff43801

Please sign in to comment.