Roughing in ember-can: placeholders for strain mod
This commit is contained in:
parent
b337ca0ee4
commit
ce40ef6071
7 changed files with 53 additions and 0 deletions
|
@ -42,6 +42,11 @@ 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'",
|
||||
|
@ -72,6 +77,11 @@ 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'",
|
||||
|
@ -106,6 +116,11 @@ 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