Skip to content

Commit bbd4b9c

Browse files
authored
Merge pull request #6688 from Countly/Cookiezaurs-patch-14
Set default confgigs to simple mongodb version
2 parents 14da889 + ffd7ec4 commit bbd4b9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/config.sample.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ var countlyConfig = {
2727
database: {
2828
failOnConnectionError: true,
2929
debug: false,
30-
adapterPreference: ['mongodb', 'clickhouse'],
30+
adapterPreference: ['mongodb'],
3131
adapters: {
3232
mongodb: {
3333
enabled: true
3434
},
3535
clickhouse: {
36-
enabled: true
36+
enabled: false
3737
}
3838
},
3939
comparisonLogs: {
@@ -249,7 +249,7 @@ var countlyConfig = {
249249
* - sinks: ['mongo', 'kafka'] - Write to both in parallel
250250
*/
251251
eventSink: {
252-
sinks: ['mongo', 'kafka'], // Default: MongoDB only. Add 'kafka' for dual writes
252+
sinks: ['mongo'], // Default: MongoDB only. Add 'kafka' for dual writes
253253
},
254254

255255
/**

0 commit comments

Comments
 (0)