mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 06:45:32 -06:00
cmd: support more cli command
This commit is contained in:
parent
82dc1e924f
commit
0f6f674a64
49 changed files with 1823 additions and 1005 deletions
|
|
@ -25,9 +25,9 @@ vhost_https_port = 443
|
|||
dashboard_addr = 0.0.0.0
|
||||
dashboard_port = 7500
|
||||
|
||||
# dashboard user and pwd for basic auth protect, if not set, both default value is admin
|
||||
# dashboard user and passwd for basic auth protect, if not set, both default value is admin
|
||||
dashboard_user = admin
|
||||
dashboard_pwd = admin
|
||||
dashboard_passwd = admin
|
||||
|
||||
# dashboard assets directory(only for debug mode)
|
||||
# assets_dir = ./static
|
||||
|
|
@ -39,8 +39,8 @@ log_level = info
|
|||
|
||||
log_max_days = 3
|
||||
|
||||
# privilege mode is the only supported mode since v0.10.0
|
||||
privilege_token = 12345678
|
||||
# auth token
|
||||
token = 12345678
|
||||
|
||||
# heartbeat configure, it's not recommended to modify the default value
|
||||
# the default value of heartbeat_timeout is 90
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue