mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
7910ab4ca6
* 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
|
|
}
|