server/bo_client/.ember-cli
changeset 28 b0b56e0f8c7f
parent 4 f55970e41793
child 537 d2e6ee099125
equal deleted inserted replaced
27:a2342f26c9de 28:b0b56e0f8c7f
     3     Ember CLI sends analytics information by default. The data is completely
     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.
     4     anonymous, but there are times when you might want to disable this behavior.
     5 
     5 
     6     Setting `disableAnalytics` to true will prevent any data from being sent.
     6     Setting `disableAnalytics` to true will prevent any data from being sent.
     7   */
     7   */
     8   "disableAnalytics": false
     8   "disableAnalytics": true,
       
     9   "usePods": true
     9 }
    10 }