update merge from master

This commit is contained in:
Matthew Dillon 2015-07-13 16:32:03 -08:00
commit f295082592
88 changed files with 771 additions and 675 deletions

View file

@ -16,8 +16,10 @@ module.exports = function(environment) {
},
podModulePrefix: 'clostridiumdotinfo/pods',
'simple-auth': {
session: 'session:custom',
authorizer: 'simple-auth-authorizer:token',
store: 'simple-auth-session-store:local-storage',
routeAfterAuthentication: 'protected.index',
},
'simple-auth-token': {
identificationField: 'email',