mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
remove quotes (#4938)
This commit is contained in:
parent
024c334d9d
commit
14253afe2f
1 changed files with 1 additions and 1 deletions
|
|
@ -519,7 +519,7 @@ name = "ssh"
|
|||
type = "tcp"
|
||||
localIP = "127.0.0.1"
|
||||
localPort = 22
|
||||
remotePort = "{{ .Envs.FRP_SSH_REMOTE_PORT }}"
|
||||
remotePort = {{ .Envs.FRP_SSH_REMOTE_PORT }}
|
||||
```
|
||||
|
||||
With the config above, variables can be passed into `frpc` program like this:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue