Skip to content

Commit

Permalink
force before init http server
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeinated92 committed Oct 3, 2024
1 parent 65515d1 commit 26d1405
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -1650,6 +1650,9 @@ func (repman *ReplicationManager) Run() error {

repman.initKeys()

if WithProvisioning != "ON" {
repman.Conf.HttpUseReact = false
}
// repman.currentCluster.SetCfgGroupDisplay(strClusters)
if repman.Conf.ApiServ {
go repman.apiserver()
Expand Down

0 comments on commit 26d1405

Please sign in to comment.