Skip to content

Commit

Permalink
Merge pull request #20 from WeBankPartners/zgyzgyhero-patch-1
Browse files Browse the repository at this point in the history
Update register.xml.tpl
  • Loading branch information
Roy Wu(伍健君) authored Jun 21, 2021
2 parents 679250f + 19285dc commit a67f5bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/register.xml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

<!-- 4.系统参数 - 描述运行本插件包需要的系统参数 -->
<systemParameters>
<systemParameter name="TERMINAL_ASSET_TYPE" scopeType="plugins" defaultValue="wecmdb:host_resource_instance" />
<systemParameter name="TERMINAL_ASSET_TYPE" scopeType="plugins" defaultValue="wecmdb:host_resource" />
<systemParameter name="TERMINAL_FIELD_NAME" scopeType="plugins" defaultValue="name" />
<systemParameter name="TERMINAL_FIELD_IP" scopeType="plugins" defaultValue="ip_address" />
<systemParameter name="TERMINAL_FIELD_PORT" scopeType="plugins" defaultValue="login_port" />
<systemParameter name="TERMINAL_FIELD_USER" scopeType="plugins" defaultValue="user_name" />
<systemParameter name="TERMINAL_FIELD_PASSWORD" scopeType="plugins" defaultValue="user_password" />
<systemParameter name="TERMINAL_FIELD_USER" scopeType="plugins" defaultValue="root_user_name" />
<systemParameter name="TERMINAL_FIELD_PASSWORD" scopeType="plugins" defaultValue="root_user_password" />
<systemParameter name="TERMINAL_FIELD_DESC" scopeType="plugins" defaultValue="description" />
<systemParameter name="TERMINAL_BOXES" scopeType="plugins" defaultValue="all" />
<systemParameter name="TERMINAL_SESSION_TIMEOUT" scopeType="plugins" defaultValue="1800" />
Expand Down

0 comments on commit a67f5bf

Please sign in to comment.