You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use ember-cli, placing moment parameters into config/environment.js ENV-variable provide no effect. Where moment-parameters should be?
This config won't work:
/* jshint node: true */
module.exports = function(environment) {
var ENV = {
modulePrefix: 'client',
environment: environment,
baseURL: '/',
locationType: 'auto',
EmberENV: {
FEATURES: {
// Here you can enable experimental features on an ember canary build
// e.g. 'with-controller': true
}
},
APP: {
// Here you can pass flags/options to your application instance
// when it is created
SERVER: 'http://10.10.39.12:10000/v0.3'
},
moment: {
allowEmpty: true // default: false
}
};
...
The text was updated successfully, but these errors were encountered:
When I use ember-cli, placing moment parameters into config/environment.js ENV-variable provide no effect. Where moment-parameters should be?
This config won't work:
The text was updated successfully, but these errors were encountered: