I added some configurations to myapp/config/environment:
myapp/config/environment
if (environment === 'development') { ENV.APP.AuthURL = 'http://localhost:5000/';}
Now, to access this configuration should I use some method or directly accessing window.Myapp?
window.Myapp
Aucun commentaire:
Enregistrer un commentaire