mirror of https://github.com/rancher/ui.git
16 lines
460 B
Plaintext
16 lines
460 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,
|
|
"liveReload" : true,
|
|
"liveReloadPort" : 37531,
|
|
"ssl" : true
|
|
}
|