author | ymh <ymh.work@gmail.com> |
Thu, 23 Feb 2017 10:50:32 +0100 | |
changeset 523 | 98c45e30b841 |
parent 28 | b0b56e0f8c7f |
child 537 | d2e6ee099125 |
permissions | -rw-r--r-- |
4 | 1 |
{ |
2 |
/** |
|
3 |
Ember CLI sends analytics information by default. The data is completely |
|
4 |
anonymous, but there are times when you might want to disable this behavior. |
|
5 |
||
6 |
Setting `disableAnalytics` to true will prevent any data from being sent. |
|
7 |
*/ |
|
28 | 8 |
"disableAnalytics": true, |
9 |
"usePods": true |
|
4 | 10 |
} |