Skip to content

Commit

Permalink
set ibex.Enable to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
UlricQin committed Feb 13, 2025
1 parent bd6d1cf commit a7207cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ WriteTimeout = 40
IdleTimeout = 120

[HTTP.ShowCaptcha]
Enable = false
Enable = false

[HTTP.APIForAgent]
Enable = true
Enable = true
# [HTTP.APIForAgent.BasicAuth]
# user001 = "ccc26da7b9aba533cbb263a36c07dcc5"

Expand Down Expand Up @@ -187,5 +187,5 @@ MaxIdleConnsPerHost = 100
# AuthIdentity = ""

[Ibex]
Enable = false
Enable = true
RPCListen = "0.0.0.0:20090"

0 comments on commit a7207cf

Please sign in to comment.