Skip to content

Commit

Permalink
Fix: TOML format
Browse files Browse the repository at this point in the history
  • Loading branch information
ARTI5T committed Dec 20, 2023
1 parent 0e4a90e commit 4d26b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frp/frps-mua-entry-main.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ allowPorts = [

auth.token = "{{ .Envs.FRPS_AUTH_TOKEN }}"

[[transport]]
[transport]
heartbeatTimeout = 10
tcpKeepalive = 20

[[webServer]]
[webServer]
port = {{ .Envs.FRPS_WEBSERVER_PORT }}
user = "{{ .Envs.FRPS_WEBSERVER_USER }}"
password = "{{ .Envs.FRPS_WEBSERVER_PASSWORD }}"
Expand Down

0 comments on commit 4d26b97

Please sign in to comment.