author | ymh <ymh.work@gmail.com> |
Fri, 17 Nov 2017 18:02:24 +0100 | |
changeset 568 | fd2a9b706231 |
parent 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 |
*/ |
|
537
d2e6ee099125
upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
8 |
"disableAnalytics": false |
4 | 9 |
} |