Drop old env stuff
This commit is contained in:
parent
cf44f33f39
commit
99a4051342
1 changed files with 0 additions and 5 deletions
|
@ -21,11 +21,6 @@ module.exports = function(environment) {
|
||||||
};
|
};
|
||||||
|
|
||||||
if (environment === 'development') {
|
if (environment === 'development') {
|
||||||
// ENV.APP.LOG_RESOLVER = true;
|
|
||||||
// ENV.APP.LOG_ACTIVE_GENERATION = true;
|
|
||||||
// ENV.APP.LOG_TRANSITIONS = true;
|
|
||||||
// ENV.APP.LOG_TRANSITIONS_INTERNAL = true;
|
|
||||||
// ENV.APP.LOG_VIEW_LOOKUPS = true;
|
|
||||||
ENV['simple-auth'] = {
|
ENV['simple-auth'] = {
|
||||||
session: 'session:custom',
|
session: 'session:custom',
|
||||||
authorizer: 'simple-auth-authorizer:token',
|
authorizer: 'simple-auth-authorizer:token',
|
||||||
|
|
Reference in a new issue