remove quotes

pull/4938/head
immomo808 2025-08-15 17:04:57 +09:00
parent 024c334d9d
commit 030bd65e54
No known key found for this signature in database
GPG Key ID: 5261FD538A45B522
1 changed files with 1 additions and 1 deletions

View File

@ -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: