From 31cec1202b3b98595cb8a9362afd4f942e2ae36a Mon Sep 17 00:00:00 2001 From: Szymon Nowak Date: Tue, 6 Jan 2015 15:29:43 +0100 Subject: [PATCH] Try to make FIREBASE_URL available in Ember CLI app --- config/environment.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/environment.js b/config/environment.js index cd5d01d..5474219 100644 --- a/config/environment.js +++ b/config/environment.js @@ -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') {