0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/client/.ember-cli

10 lines
279 B
Text
Raw Normal View History

2015-02-12 23:22:32 -05:00
{
/**
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
2015-02-12 23:22:32 -05:00
}