26 lines
670 B
Diff
26 lines
670 B
Diff
From f6cc88528868c646292f7b4d238e848b70d9246a Mon Sep 17 00:00:00 2001
|
|
From: rabbitali <wenxin32@foxmail.com>
|
|
Date: Wed, 5 Jun 2024 19:30:03 +0800
|
|
Subject: [PATCH 1/1] update register template file
|
|
|
|
---
|
|
conf/register_example.json | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/conf/register_example.json b/conf/register_example.json
|
|
index 4fcd642..60bcbc4 100644
|
|
--- a/conf/register_example.json
|
|
+++ b/conf/register_example.json
|
|
@@ -7,5 +7,6 @@
|
|
"host_group_name": "aops",
|
|
"management": false,
|
|
"ssh_port":22,
|
|
- "access_token": "token-string"
|
|
+ "access_token": "token-string",
|
|
+ "ssh_pkey":""
|
|
}
|
|
\ No newline at end of file
|
|
--
|
|
2.33.0
|
|
|