Commit 59b90391 by tingweiwang

新增{{ kpl_init_token }}字段,用于初始化超级管理员等功能的token。默认为空

1 parent 00a79c57
Showing with 1 additions and 1 deletions
......@@ -20,7 +20,7 @@ data:
monitor_host: "http://kpl--monitor.kpl.svc.cluster.local:8920/"
deploy_host: "{{ kpl_backend }}/api/v1/deploy/api"
ssh_host: "{{ kpl_stream }}"
init_token: "" #用于初始化超级管理员等功能的token
init_token: "{{ kpl_init_token }}" #用于初始化超级管理员等功能的token
redis:
addr: "{{ redis_host }}"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!