Dropping ember-can
This commit is contained in:
parent
3501dc1986
commit
53be80d617
13 changed files with 57 additions and 75 deletions
|
@ -43,11 +43,6 @@ module.exports = function(environment) {
|
|||
refreshLeeway: 300,
|
||||
timeFactor: 1
|
||||
}
|
||||
ENV['ember-can'] = {
|
||||
inject: {
|
||||
session: 'simple-auth-session:main'
|
||||
}
|
||||
}
|
||||
ENV.apiURL = 'http://127.0.0.1:4200';
|
||||
ENV.contentSecurityPolicy = {
|
||||
'default-src': "'none'",
|
||||
|
@ -78,11 +73,6 @@ module.exports = function(environment) {
|
|||
refreshLeeway: 300,
|
||||
timeFactor: 1
|
||||
}
|
||||
ENV['ember-can'] = {
|
||||
inject: {
|
||||
session: 'simple-auth-session:main'
|
||||
}
|
||||
}
|
||||
ENV.apiURL = 'https://bactdb-test.herokuapp.com';
|
||||
ENV.contentSecurityPolicy = {
|
||||
'default-src': "'none'",
|
||||
|
@ -117,11 +107,6 @@ module.exports = function(environment) {
|
|||
refreshLeeway: 300,
|
||||
timeFactor: 1
|
||||
}
|
||||
ENV['ember-can'] = {
|
||||
inject: {
|
||||
session: 'simple-auth-session:main'
|
||||
}
|
||||
}
|
||||
ENV.apiURL = 'https://bactdb.herokuapp.com';
|
||||
ENV.contentSecurityPolicy = {
|
||||
'default-src': "'none'",
|
||||
|
|
Reference in a new issue