We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14da889 + ffd7ec4 commit bbd4b9cCopy full SHA for bbd4b9c
api/config.sample.js
@@ -27,13 +27,13 @@ var countlyConfig = {
27
database: {
28
failOnConnectionError: true,
29
debug: false,
30
- adapterPreference: ['mongodb', 'clickhouse'],
+ adapterPreference: ['mongodb'],
31
adapters: {
32
mongodb: {
33
enabled: true
34
},
35
clickhouse: {
36
- enabled: true
+ enabled: false
37
}
38
39
comparisonLogs: {
@@ -249,7 +249,7 @@ var countlyConfig = {
249
* - sinks: ['mongo', 'kafka'] - Write to both in parallel
250
*/
251
eventSink: {
252
- sinks: ['mongo', 'kafka'], // Default: MongoDB only. Add 'kafka' for dual writes
+ sinks: ['mongo'], // Default: MongoDB only. Add 'kafka' for dual writes
253
254
255
/**
0 commit comments