Fix: update config.json.sample (#177)
This commit is contained in:
parent
2289036605
commit
42f973b479
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"name": null,
|
"name": null,
|
||||||
"password": null
|
"password": null,
|
||||||
"privatekey": null,
|
"privatekey": null
|
||||||
},
|
},
|
||||||
"ssh": {
|
"ssh": {
|
||||||
"host": null,
|
"host": null,
|
||||||
|
|
Loading…
Reference in a new issue