mirror of
https://github.com/szimek/sharedrop.git
synced 2026-06-16 21:10:54 +08:00
Try to make FIREBASE_URL available in Ember CLI app
This commit is contained in:
parent
09530becd1
commit
31cec1202b
@ -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') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user