acdd22988a
* ui: Adds some express middleware, removes need to run api dev server @hashicorp/api-double comes with a basic express based server to run the API double. This uses the express based server that ember-cli includes and uses to run your app instead. Eventually this will be moved to the @hashicorp/ember-cli-api-double addon instead. * Adds `make start-consul` to ease running a dev UI against Consul itself
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
{
|
|
/**
|
|
Ember CLI sends analytics information by default. The data is completely
|
|
anonymous, but there are times when you might want to disable this behavior.
|
|
|
|
Setting `disableAnalytics` to true will prevent any data from being sent.
|
|
*/
|
|
"disableAnalytics": false
|
|
}
|