Skip to content

Commit

Permalink
update config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
710leo committed Mar 13, 2023
1 parent cae75d3 commit d52b675
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker/n9eetc/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ WriteTimeout = 40
IdleTimeout = 120

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

[HTTP.Alert]
Enable = true
[HTTP.Alert.BasicAuth]
user001 = "ccc26da7b9aba533cbb263a36c07dcc5"

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

[HTTP.Service]
Enable = true
Expand Down

0 comments on commit d52b675

Please sign in to comment.