Try to make FIREBASE_URL available in Ember CLI app

This commit is contained in:
Szymon Nowak 2015-01-06 15:29:43 +01:00
parent 09530becd1
commit 31cec1202b

View File

@ -16,7 +16,9 @@ module.exports = function (environment) {
APP: {
// Here you can pass flags/options to your application instance
// when it is created
}
},
FIREBASE_URL: process.env.FIREBASE_URL
};
if (environment === 'development') {