Skip to content

Commit

Permalink
Return back to v1 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelewski committed Dec 20, 2024
1 parent 5504562 commit 0a545b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quesma/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func constructQuesma(cfg *config.QuesmaConfiguration, sl clickhouse.TableDiscove
if cfg.TransparentProxy {
return quesma.NewQuesmaTcpProxy(cfg, quesmaManagementConsole, logChan, false)
} else {
const quesma_v2 = true
const quesma_v2 = false
return quesma.NewHttpProxy(phoneHomeAgent, lm, ip, sl, im, schemaRegistry, cfg, quesmaManagementConsole, abResultsrepository, indexRegistry, quesma_v2)
}
}

0 comments on commit 0a545b2

Please sign in to comment.