cyrusinnovation / CodeTestBotApp

Ember client app for the CodeTestBot application.
MIT License
0 stars 2 forks source link

Environment variables #33

Open childss opened 10 years ago

childss commented 10 years ago

Currently, per-environment configuration is stored in config/environment.js. This requires a rebuild and deploy to change an "environment variable".

We should figure out a way to 12-factorize it.

childss commented 10 years ago

Something to look into: http://ember.zone/handling-environment-data-with-ember-js/