Roughing in ember-can: placeholders for strain mod

This commit is contained in:
Matthew Dillon 2015-04-22 11:44:25 -08:00
parent b337ca0ee4
commit ce40ef6071
7 changed files with 53 additions and 0 deletions

View file

@ -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'",