tonycoco / heroku-buildpack-ember-cli

A Heroku Buildpack for Ember CLI Applications
MIT License
321 stars 121 forks source link

configuration access using EMBER_ENV #120

Closed dbinetti closed 8 years ago

dbinetti commented 8 years ago

I'm trying to set specific configs according to the environment using this buildpack, but am not clear how to access it. I'm trying the 2.2 method of 'window.AppName.VAR_NAME but that doesn't work. In fact, from the console none of the config seems to be showing up (although I'm a serious n00b and I'm sure i'm doing something wrong.) what is the standard pattern I should be using?

thanks -- and sorry for the "support request as issue" not sure what else to do.

dbinetti commented 8 years ago

My problem turned out to be totally unrelated to your repo; apologies for the bother.