mirror of https://github.com/rancher/ui.git
13 lines
335 B
Plaintext
13 lines
335 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": true,
|
|
"port": 8000,
|
|
"host": "0.0.0.0",
|
|
"usePods": true
|
|
}
|